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.PageNameComponentEventResultProcessor
Constructor and Description |
---|
AjaxPageNameComponentEventResultProcessor(ComponentEventResultProcessor masterProcessor,
LinkSource linkSource) |
Modifier and Type | Method and Description |
---|---|
void |
processResultValue(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(String value) throws IOException
Link
for the named, then builds a JSON response for the
client.processResultValue
in interface ComponentEventResultProcessor<String>
value
- page nameIOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.