Uses of Interface
org.soulwing.prospecto.api.scope.MutableScope
-
Packages that use MutableScope Package Description org.soulwing.prospecto.api View and View Template API -
-
Uses of MutableScope in org.soulwing.prospecto.api
Subinterfaces of MutableScope in org.soulwing.prospecto.api Modifier and Type Interface Description interfaceViewContextA context used when evaluating view template with a model to produce a view.Methods in org.soulwing.prospecto.api that return MutableScope Modifier and Type Method Description MutableScopeViewContext. appendScope()Creates a new mutable scope appending it to the list of scopes on this context.MutableScopeViewContext. newScope()Creates a new mutable scope.MutableScopeViewContext. prependScope()Creates a new mutable scope inserting it at the front of the list of scopes on this context.
-