public class PageNameComponentEventResultProcessor extends Object implements ComponentEventResultProcessor<String>
Constructor and Description |
---|
PageNameComponentEventResultProcessor(RequestPageCache requestPageCache,
ActionRenderResponseGenerator generator) |
Modifier and Type | Method and Description |
---|---|
void |
processResultValue(String value)
For a given, non-null return value from a component event method, construct and send a response.
|
public PageNameComponentEventResultProcessor(RequestPageCache requestPageCache, ActionRenderResponseGenerator generator)
public void processResultValue(String value) throws IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<String>
value
- the value returned from a methodIOException
Copyright © 2003-2012 The Apache Software Foundation.