|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.services.AjaxComponentInstanceEventResultProcessor
public class AjaxComponentInstanceEventResultProcessor
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.
| Constructor Summary | |
|---|---|
AjaxComponentInstanceEventResultProcessor(RequestPageCache cache,
ComponentEventResultProcessor masterProcessor)
|
|
| 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 |
| Constructor Detail |
|---|
public AjaxComponentInstanceEventResultProcessor(RequestPageCache cache,
@Ajax
ComponentEventResultProcessor masterProcessor)
| Method Detail |
|---|
public void processResultValue(Component value)
throws java.io.IOException
ComponentEventResultProcessor
processResultValue in interface ComponentEventResultProcessor<Component>value - the value returned from a method
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||