Class Overview
A ContextProvider implementation that just passes the given context back. Used when no Context Provider has
been specified in the ModuleDescriptor.
Public Constructors
public
NoOpContextProvider
()
Public Methods
Gets the additional context map to make available for the web fragment
Parameters
| context
| immutable render context provided by the app. |
Returns
- context map for velocity templates
Called after creation and autowiring.
Parameters
| params
| The optional map of parameters specified in XML.
|