java.lang.Object | |
↳ | webwork.dispatcher.DynamicViewMapping |
This view mapping allows for dynamic values to be used in the view specification. The dynamic expressions are specified as: ${someWWExpression} The expression will be looked up on the value stack. When all dynamic expressions have been looked up the DynamicViewMapping also checks if the view is an action, and wraps the view it in a ViewActionWrapper in that case. If the view did not contain dynamic data then it is cached, otherwise it is not.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NULL_VIEW | |||||||||||
actionSuffix | |||||||||||
actionSuffixParam | |||||||||||
cache | |||||||||||
delegate | |||||||||||
log |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get view corresponding to given action and view name
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Check if the supplied string specifies a dynamic view.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get view corresponding to given action and view name
Check if the supplied string specifies a dynamic view. In that case lookup the dynamic elements on the stack. If not, return null. The parameter view should not be null