public class ClassResultProcessor extends Object implements ComponentEventResultProcessor<Class>
| Constructor and Description | 
|---|
| ClassResultProcessor(ComponentClassResolver resolver,
                    ComponentEventResultProcessor primary) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | processResultValue(Class value)For a given, non-null return value from a component event method, construct and send a response. | 
public ClassResultProcessor(ComponentClassResolver resolver, @Traditional @Primary ComponentEventResultProcessor primary)
public void processResultValue(Class value) throws 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<Class>value - the value returned from a methodIOException${project.version} - Copyright © 2003-2015 The Apache Software Foundation.