Interface CreateContextProvider
-
- All Known Implementing Classes:
StringParsingContextProvider
public interface CreateContextProvider
Allows the context of the page creation process to be retrieved (e.g. for inclusion on the page creation event).
-
-
Field Summary
Fields Modifier and Type Field Description static CreateContextProvider
EMPTY_CONTEXT_PROVIDER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Serializable>
getContext()
-
-
-
Field Detail
-
EMPTY_CONTEXT_PROVIDER
static final CreateContextProvider EMPTY_CONTEXT_PROVIDER
-
-
Method Detail
-
getContext
Map<String,Serializable> getContext()
-
-