com.atlassian.confluence.content.service.page
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
static CreateContextProvider EMPTY_CONTEXT_PROVIDER
           
 
Method Summary
 java.util.Map<java.lang.String,java.io.Serializable> getContext()
           
 

Field Detail

EMPTY_CONTEXT_PROVIDER

static final CreateContextProvider EMPTY_CONTEXT_PROVIDER
Method Detail

getContext

java.util.Map<java.lang.String,java.io.Serializable> getContext()


Copyright © 2003-2014 Atlassian. All Rights Reserved.