public class PageNameComponentEventResultProcessor extends java.lang.Object implements ComponentEventResultProcessor<java.lang.String>
| Constructor and Description | 
|---|
| PageNameComponentEventResultProcessor(LinkSource linkSource,
                                     ComponentEventResultProcessor primary) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | processResultValue(java.lang.String value)For a given, non-null return value from a component event method, construct and send a response. | 
public PageNameComponentEventResultProcessor(LinkSource linkSource, @Traditional @Primary ComponentEventResultProcessor primary)
public void processResultValue(java.lang.String value) throws java.io.IOException
ComponentEventResultProcessorIOOperation to do the rendering, and
 add the operation to the Request as attribute
 TapestryConstants.RESPONSE_RENDERER.
 This avoids a number of issues related to the Environment.processResultValue in interface ComponentEventResultProcessor<java.lang.String>value - the value returned from a methodjava.io.IOException${project.version} - Copyright © 2003-2015 The Apache Software Foundation.