public class ComponentRenderingRequestHandler extends Object implements IComponentRequestHandler
| Constructor and Description |
|---|
ComponentRenderingRequestHandler(Component component)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detach(IRequestCycle requestCycle) |
IRequestableComponent |
getComponent()
Returns the component instance.
|
String |
getComponentPath()
Returns the page relative path to the component instance.
|
void |
respond(IRequestCycle requestCycle) |
public ComponentRenderingRequestHandler(Component component)
component - the component to renderpublic IRequestableComponent getComponent()
IComponentRequestHandlergetComponent in interface IComponentRequestHandlerpublic void detach(IRequestCycle requestCycle)
detach in interface IRequestHandlerpublic void respond(IRequestCycle requestCycle)
respond in interface IRequestHandlerpublic final String getComponentPath()
IComponentRequestHandlergetComponentPath in interface IComponentRequestHandlerCopyright © 2006–2014 Apache Software Foundation. All rights reserved.