|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.AjaxPageNameComponentEventResultProcessor
public class AjaxPageNameComponentEventResultProcessor
A ComponentEventResultProcessor
, used for Ajax requests, for a String value
that is interpreted as a logical page name.
PageNameComponentEventResultProcessor
Constructor Summary | |
---|---|
AjaxPageNameComponentEventResultProcessor(ComponentEventResultProcessor masterProcessor,
LinkSource linkSource)
|
Method Summary | |
---|---|
void |
processResultValue(java.lang.String value)
Obtains a page render Link for the named, then builds a JSON response for the
client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjaxPageNameComponentEventResultProcessor(@Ajax ComponentEventResultProcessor masterProcessor, LinkSource linkSource)
Method Detail |
---|
public void processResultValue(java.lang.String value) throws java.io.IOException
Link
for the named, then builds a JSON response for the
client.
processResultValue
in interface ComponentEventResultProcessor<java.lang.String>
value
- page name
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |