|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.core.request.handler.ComponentRenderingRequestHandler
public class ComponentRenderingRequestHandler
Request handler that renders a component
| Constructor Summary | |
|---|---|
ComponentRenderingRequestHandler(Component component)
Construct. |
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentRenderingRequestHandler(Component component)
component - the component to render| Method Detail |
|---|
public IRequestableComponent getComponent()
IComponentRequestHandler
getComponent in interface IComponentRequestHandlerpublic void detach(IRequestCycle requestCycle)
detach in interface IRequestHandlerpublic void respond(IRequestCycle requestCycle)
respond in interface IRequestHandlerpublic final String getComponentPath()
IComponentRequestHandler
getComponentPath in interface IComponentRequestHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||