org.apache.tapestry5.internal.services
Class AjaxLinkComponentEventResultProcessor
java.lang.Object
org.apache.tapestry5.internal.services.AjaxLinkComponentEventResultProcessor
- All Implemented Interfaces:
- ComponentEventResultProcessor<Link>
public class AjaxLinkComponentEventResultProcessor
- extends Object
- implements ComponentEventResultProcessor<Link>
Handles Link
result types by building a JSON response with key "redirectURL".
Method Summary |
void |
processResultValue(Link 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 |
AjaxLinkComponentEventResultProcessor
public AjaxLinkComponentEventResultProcessor(@Ajax
ComponentEventResultProcessor masterProcessor)
processResultValue
public void processResultValue(Link 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<Link>
- Parameters:
value
- the value returned from a method
- Throws:
IOException
Copyright © 2003-2012 The Apache Software Foundation.