Package org.apache.tapestry5.services
Class PageRenderRequestParameters
-
- org.apache.tapestry5.services.PageRenderRequestParameters
-
public class PageRenderRequestParameters extends
Used withPageRenderRequestHandler
andPageRenderRequestFilter
to define the logical page name and activation context for the request.
-
-
Constructor Summary
Constructors Constructor Description logicalPageName, EventContext activationContext)
Deprecated.logicalPageName, EventContext activationContext, boolean loopback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
obj)
EventContext
getActivationContext()
getLogicalPageName()
Returns a canonicalized version of the page name.boolean
isLoopback()
Is this request a loopback (a request for the same page that rendered it in the first place)?toString()
-
-
-
Constructor Detail
-
PageRenderRequestParameters
public logicalPageName, EventContext activationContext)
Deprecated.
-
PageRenderRequestParameters
public logicalPageName, EventContext activationContext, boolean loopback)
- Since:
- 5.2.0
-
-
Method Detail
-
getLogicalPageName
public getLogicalPageName()
Returns a canonicalized version of the page name.
-
getActivationContext
public EventContext getActivationContext()
-
equals
public boolean obj)
- Overrides:
in class
-
isLoopback
public boolean isLoopback()
Is this request a loopback (a request for the same page that rendered it in the first place)?- Since:
- 5.2.0
- See Also:
TapestryConstants.PAGE_LOOPBACK_PARAMETER_NAME
,PageResetListener
-
toString
public toString()
- Overrides:
in class
-
-