Class PageActivatorImpl
- java.lang.Object
-
- org.apache.tapestry5.internal.services.PageActivatorImpl
-
- All Implemented Interfaces:
PageActivator
public class PageActivatorImpl extends Object implements PageActivator
-
-
Constructor Summary
Constructors Constructor Description PageActivatorImpl(org.slf4j.Logger logger, MetaDataLocator metaDataLocator, UnknownActivationContextHandler unknownActivationContextHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
activatePage(ComponentResources pageResources, EventContext activationContext, ComponentEventResultProcessor resultProcessor)
Activates the page.
-
-
-
Constructor Detail
-
PageActivatorImpl
public PageActivatorImpl(org.slf4j.Logger logger, MetaDataLocator metaDataLocator, UnknownActivationContextHandler unknownActivationContextHandler)
-
-
Method Detail
-
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
-
-