Class AjaxPageNameComponentEventResultProcessor
java.lang.Object
org.apache.tapestry5.internal.services.AjaxPageNameComponentEventResultProcessor
- All Implemented Interfaces:
ComponentEventResultProcessor<String>
public class AjaxPageNameComponentEventResultProcessor
extends Object
implements ComponentEventResultProcessor<String>
A
ComponentEventResultProcessor
, used for Ajax requests, for a String value
that is interpreted as a logical page name.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAjaxPageNameComponentEventResultProcessor
(ComponentEventResultProcessor masterProcessor, LinkSource linkSource) -
Method Summary
Modifier and TypeMethodDescriptionvoid
processResultValue
(String value) Obtains a page renderLink
for the named, then builds a JSON response for the client.
-
Constructor Details
-
AjaxPageNameComponentEventResultProcessor
public AjaxPageNameComponentEventResultProcessor(@Ajax ComponentEventResultProcessor masterProcessor, LinkSource linkSource)
-
-
Method Details
-
processResultValue
Obtains a page renderLink
for the named, then builds a JSON response for the client.- Specified by:
processResultValue
in interfaceComponentEventResultProcessor<String>
- Parameters:
value
- page name- Throws:
IOException
-