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 classAbstractPathContextAn abstract implementation ofPathContext.Methods in org.shredzone.commons.view with parameters of type PathContext Modifier and Type Method Description StringViewService. 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 StringViewServiceImpl. buildPath(PathContext data, String view, PathType type)protected org.springframework.expression.EvaluationContextViewServiceImpl. createEvaluationContext(PathContext context)Creates anEvaluationContextto 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 StringViewPattern. evaluate(org.springframework.expression.EvaluationContext context, PathContext data)Evaluates the givenEvaluationContextand 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.
-