Class RenderContext
java.lang.Object
org.exoplatform.web.controller.router.RenderContext
The render context used to compute the rendering of a parameter map.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreset(Map<QualifiedName, String> map) Reuse the context with new parameters.
-
Constructor Details
-
RenderContext
-
RenderContext
public RenderContext()
-
-
Method Details
-
reset
Reuse the context with new parameters.- Parameters:
map- the map
-