| java.lang.Object | |
| ↳ | org.springframework.web.portlet.HandlerExecutionChain |
Handler execution chain, consisting of handler object and any handler interceptors.
Returned by HandlerMapping's getHandler(PortletRequest) method.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new HandlerExecutionChain.
| |||||||||||
Create a new HandlerExecutionChain.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the handler object to execute.
| |||||||||||
Return the array of interceptors to apply (in the given order).
| |||||||||||
Delegates to the handler's
toString(). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new HandlerExecutionChain.
| handler | the handler object to execute |
|---|
Create a new HandlerExecutionChain.
| handler | the handler object to execute |
|---|---|
| interceptors | the array of interceptors to apply (in the given order) before the handler itself executes |
Return the array of interceptors to apply (in the given order).
null)