Interface CreateContextProvider
- 
- All Known Implementing Classes:
 StringParsingContextProvider
public interface CreateContextProviderAllows 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 CreateContextProviderEMPTY_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()
 
 - 
 
 -