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 interface
ViewContext
A 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 MutableScope
ViewContext. appendScope()
Creates a new mutable scope appending it to the list of scopes on this context.MutableScope
ViewContext. newScope()
Creates a new mutable scope.MutableScope
ViewContext. prependScope()
Creates a new mutable scope inserting it at the front of the list of scopes on this context.
-