Uses of Class
com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
-
Packages that use DefaultWebInterfaceContext Package Description com.atlassian.confluence.pages.actions com.atlassian.confluence.plugin.descriptor.web -
-
Uses of DefaultWebInterfaceContext in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return DefaultWebInterfaceContext Modifier and Type Method Description DefaultWebInterfaceContextCopyPageAction. getWebInterfaceContext()DefaultWebInterfaceContextPageVariablesAction. getWebInterfaceContext() -
Uses of DefaultWebInterfaceContext in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return DefaultWebInterfaceContext Modifier and Type Method Description static DefaultWebInterfaceContextDefaultWebInterfaceContext. copyOf(WebInterfaceContext webInterfaceContext)Creates a newDefaultWebInterfaceContextwith a copy of the data from another context.static DefaultWebInterfaceContextDefaultWebInterfaceContext. createFrom(Map<String,?> contextMap)Creates a newDefaultWebInterfaceContextwith the datas from the givenMap.DefaultWebInterfaceContextDefaultWebInterfaceContext. putAllMissing(WebInterfaceContext source)Put all missing parameters from source into current web interface context
-