Uses of Interface
org.shredzone.commons.view.PathContext
-
Packages that use PathContext Package Description org.shredzone.commons.view org.shredzone.commons.view.impl org.shredzone.commons.view.manager org.shredzone.commons.view.util -
-
Uses of PathContext in org.shredzone.commons.view
Classes in org.shredzone.commons.view that implement PathContext Modifier and Type Class Description class
AbstractPathContext
An abstract implementation ofPathContext
.Methods in org.shredzone.commons.view with parameters of type PathContext Modifier and Type Method Description String
ViewService. buildPath(PathContext context, String view, PathType type)
Builds an URL path to a view that is able to render the provided data. -
Uses of PathContext in org.shredzone.commons.view.impl
Methods in org.shredzone.commons.view.impl with parameters of type PathContext Modifier and Type Method Description String
ViewServiceImpl. buildPath(PathContext data, String view, PathType type)
protected org.springframework.expression.EvaluationContext
ViewServiceImpl. createEvaluationContext(PathContext context)
Creates anEvaluationContext
to be used for evaluation in this view service. -
Uses of PathContext in org.shredzone.commons.view.manager
Methods in org.shredzone.commons.view.manager with parameters of type PathContext Modifier and Type Method Description String
ViewPattern. evaluate(org.springframework.expression.EvaluationContext context, PathContext data)
Evaluates the givenEvaluationContext
and builds an URL to the appropriate view. -
Uses of PathContext in org.shredzone.commons.view.util
Constructors in org.shredzone.commons.view.util with parameters of type PathContext Constructor Description ViewPathEvaluationContext(PathContext context)
Instantiates a new view path evaluation context.
-