|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextProvider
Main purpose of this is to add additional context entries for the web fragment and make it available within the XML
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getContextMap(java.util.Map<java.lang.String,java.lang.Object> context)
Gets the additional context map to make available for the web fragment |
void |
init(java.util.Map<java.lang.String,java.lang.String> params)
Called after creation and autowiring. |
| Method Detail |
|---|
void init(java.util.Map<java.lang.String,java.lang.String> params)
throws PluginParseException
params - The optional map of parameters specified in XML.
PluginParseExceptionjava.util.Map<java.lang.String,java.lang.Object> getContextMap(java.util.Map<java.lang.String,java.lang.Object> context)
context - immutable render context provided by the app.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||