org.apache.tapestry5.internal.services
Class AjaxPageClassComponentEventResultProcessor

java.lang.Object
  extended by org.apache.tapestry5.internal.services.AjaxPageClassComponentEventResultProcessor
All Implemented Interfaces:
ComponentEventResultProcessor<Class>

public class AjaxPageClassComponentEventResultProcessor
extends Object
implements ComponentEventResultProcessor<Class>

Processes a Class result by converting the Class to a logical page name, then processing that.

See Also:
ComponentSource, AjaxPageNameComponentEventResultProcessor

Constructor Summary
AjaxPageClassComponentEventResultProcessor(ComponentSource componentSource, ComponentEventResultProcessor masterProcessor)
           
 
Method Summary
 void processResultValue(Class value)
          For a given, non-null return value from a component event method, construct and send a response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxPageClassComponentEventResultProcessor

public AjaxPageClassComponentEventResultProcessor(ComponentSource componentSource,
                                                  @Ajax
                                                  ComponentEventResultProcessor masterProcessor)
Method Detail

processResultValue

public void processResultValue(Class value)
                        throws IOException
Description copied from interface: ComponentEventResultProcessor
For a given, non-null return value from a component event method, construct and send a response.

Specified by:
processResultValue in interface ComponentEventResultProcessor<Class>
Parameters:
value - the value returned from a method
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.