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