org.apache.tapestry5.internal.services
Class PageActivatorImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.PageActivatorImpl
All Implemented Interfaces:
PageActivator

public class PageActivatorImpl
extends Object
implements PageActivator


Constructor Summary
PageActivatorImpl()
           
 
Method Summary
 boolean activatePage(ComponentResources pageResources, EventContext activationContext, ComponentEventResultProcessor resultProcessor)
          Activates the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageActivatorImpl

public PageActivatorImpl()
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 interface PageActivator
Parameters:
pageResources - resource for the page
activationContext - the page activation context
resultProcessor - 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.