org.apache.tapestry5.internal.services
Class PageActivatorImpl
java.lang.Object
org.apache.tapestry5.internal.services.PageActivatorImpl
- All Implemented Interfaces:
- PageActivator
public class PageActivatorImpl
- extends Object
- implements PageActivator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageActivatorImpl
public PageActivatorImpl()
activatePage
public boolean activatePage(ComponentResources pageResources,
EventContext activationContext,
ComponentEventResultProcessor resultProcessor)
throws IOException
- Description copied from interface:
PageActivator
- Activates the page.
- Specified by:
activatePage
in interface PageActivator
- 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
Copyright © 2003-2012 The Apache Software Foundation.