Class PageActivatorImpl
java.lang.Object
org.apache.tapestry5.internal.services.PageActivatorImpl
- All Implemented Interfaces:
PageActivator
-
Constructor Summary
ConstructorsConstructorDescriptionPageActivatorImpl
(org.slf4j.Logger logger, MetaDataLocator metaDataLocator, UnknownActivationContextHandler unknownActivationContextHandler, Request request) -
Method Summary
Modifier and TypeMethodDescriptionboolean
activatePage
(ComponentResources pageResources, EventContext activationContext, ComponentEventResultProcessor resultProcessor) Activates the page.
-
Constructor Details
-
PageActivatorImpl
public PageActivatorImpl(org.slf4j.Logger logger, MetaDataLocator metaDataLocator, UnknownActivationContextHandler unknownActivationContextHandler, Request request)
-
-
Method Details
-
activatePage
public boolean activatePage(ComponentResources pageResources, EventContext activationContext, ComponentEventResultProcessor resultProcessor) throws IOException Description copied from interface:PageActivator
Activates the page.- Specified by:
activatePage
in interfacePageActivator
- Parameters:
pageResources
- resource for the pageactivationContext
- the page activation contextresultProcessor
- responsible for handling the value returned from the event handler method- Returns:
- true if result processor received a non-null value (indicating that the processing of the request should terminate)
- Throws:
IOException
-