org.apache.tapestry5.internal.services
Class AjaxComponentInstanceEventResultProcessor
java.lang.Object
org.apache.tapestry5.internal.services.AjaxComponentInstanceEventResultProcessor
- All Implemented Interfaces:
- ComponentEventResultProcessor<Component>
public class AjaxComponentInstanceEventResultProcessor
- extends Object
- implements ComponentEventResultProcessor<Component>
Performs a partial page render based on a root component. If the component is actually a page,
it will send an JSON reponse to rediret to the page.
Method Summary |
void |
processResultValue(Component 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 |
AjaxComponentInstanceEventResultProcessor
public AjaxComponentInstanceEventResultProcessor(RequestPageCache cache,
@Ajax
ComponentEventResultProcessor masterProcessor)
processResultValue
public void processResultValue(Component 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<Component>
- Parameters:
value
- the value returned from a method
- Throws:
IOException
Copyright © 2003-2012 The Apache Software Foundation.