|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExceptionResponseStrategy | |
|---|---|
| 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 IExceptionResponseStrategy in wicket.protocol.http.portlet |
|---|
| Classes in wicket.protocol.http.portlet that implement IExceptionResponseStrategy | |
|---|---|
class |
PortletExceptionResponseStrategy
|
| Methods in wicket.protocol.http.portlet that return IExceptionResponseStrategy | |
|---|---|
protected IExceptionResponseStrategy |
PortletRenderRequestCycleProcessor.newExceptionResponseStrategy()
Overridable factory method for creating the exception response strategy. |
protected IExceptionResponseStrategy |
PortletActionRequestCycleProcessor.newExceptionResponseStrategy()
Overridable factory method for creating the exception response strategy. |
| Uses of IExceptionResponseStrategy in wicket.request.compound |
|---|
| Classes in wicket.request.compound that implement IExceptionResponseStrategy | |
|---|---|
class |
DefaultExceptionResponseStrategy
Default implementation of IExceptionResponseStrategy. |
| Methods in wicket.request.compound that return IExceptionResponseStrategy | |
|---|---|
protected IExceptionResponseStrategy |
CompoundRequestCycleProcessor.getExceptionResponseStrategy()
Gets the cached exception response strategy instance or create one by calling CompoundRequestCycleProcessor.newExceptionResponseStrategy(). |
protected abstract IExceptionResponseStrategy |
AbstractCompoundRequestCycleProcessor.getExceptionResponseStrategy()
Gets the strategy for the exception response method. |
protected IExceptionResponseStrategy |
CompoundRequestCycleProcessor.newExceptionResponseStrategy()
Overridable factory method for creating the exception response strategy. |
| Constructors in wicket.request.compound with parameters of type IExceptionResponseStrategy | |
|---|---|
CompoundRequestCycleProcessor(IRequestCodingStrategy requestCodingStrategy,
IRequestTargetResolverStrategy requestTargetResolverStrategy,
IEventProcessorStrategy eventProcessorStrategy,
IResponseStrategy responseStrategy,
IExceptionResponseStrategy exceptionResponseStrategy)
Bulk constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||