public class ClassResultProcessor extends Object implements ComponentEventResultProcessor<Class>
Constructor and Description |
---|
ClassResultProcessor(ComponentClassResolver resolver,
RequestPageCache requestPageCache,
ActionRenderResponseGenerator generator) |
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, RequestPageCache requestPageCache, ActionRenderResponseGenerator generator)
public void processResultValue(Class value) throws IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<Class>
value
- the value returned from a methodIOException
Copyright © 2003-2012 The Apache Software Foundation.