public class AjaxPageNameComponentEventResultProcessor extends java.lang.Object implements ComponentEventResultProcessor<java.lang.String>
ComponentEventResultProcessor, used for Ajax requests, for a String value
that is interpreted as a logical page name.PageNameComponentEventResultProcessor| Constructor and Description |
|---|
AjaxPageNameComponentEventResultProcessor(ComponentEventResultProcessor masterProcessor,
LinkSource linkSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
processResultValue(java.lang.String value)
Obtains a page render
Link for the named, then builds a JSON response for the
client. |
public AjaxPageNameComponentEventResultProcessor(@Ajax ComponentEventResultProcessor masterProcessor, LinkSource linkSource)
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 namejava.io.IOException${project.version} - Copyright © 2003-2015 The Apache Software Foundation.