|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResponseStrategy | |
|---|---|
| wicket.protocol.http.portlet | Wicket interface to the JSR-168 portlet API. |
| wicket.request.compound | This package contains a convenience implementation of IRequestCycleProcessor that breaks its functionality in delegate strategies so that they can more easily be mixed and matched. |
| Uses of IResponseStrategy in wicket.protocol.http.portlet |
|---|
| Classes in wicket.protocol.http.portlet that implement IResponseStrategy | |
|---|---|
class |
PortletActionRequestResponseStrategy
|
class |
PortletRenderResponseStrategy
Portlet render ResponseStrategy handles outputting of the header contributions into the response. |
| Methods in wicket.protocol.http.portlet that return IResponseStrategy | |
|---|---|
protected IResponseStrategy |
PortletRenderRequestCycleProcessor.newResponseStrategy()
|
protected IResponseStrategy |
PortletActionRequestCycleProcessor.newResponseStrategy()
|
| Uses of IResponseStrategy in wicket.request.compound |
|---|
| Classes in wicket.request.compound that implement IResponseStrategy | |
|---|---|
class |
DefaultResponseStrategy
Default implementation of response strategy that just calls IRequestTarget.respond(RequestCycle). |
| Methods in wicket.request.compound that return IResponseStrategy | |
|---|---|
protected IResponseStrategy |
CompoundRequestCycleProcessor.getResponseStrategy()
Gets the cached response strategy instance or create one by calling CompoundRequestCycleProcessor.newResponseStrategy(). |
protected abstract IResponseStrategy |
AbstractCompoundRequestCycleProcessor.getResponseStrategy()
Gets the strategy for the response method. |
protected IResponseStrategy |
CompoundRequestCycleProcessor.newResponseStrategy()
Overridable factory method for creating the response strategy. |
| Constructors in wicket.request.compound with parameters of type IResponseStrategy | |
|---|---|
CompoundRequestCycleProcessor(IRequestCodingStrategy requestCodingStrategy,
IRequestTargetResolverStrategy requestTargetResolverStrategy,
IEventProcessorStrategy eventProcessorStrategy,
IResponseStrategy responseStrategy,
IExceptionResponseStrategy exceptionResponseStrategy)
Bulk constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||