com.atlassian.plugin.web.descriptors
Interface ContextAware

All Known Subinterfaces:
WebFragmentModuleDescriptor<T>, WebItemModuleDescriptor, WebPanelModuleDescriptor, WebSectionModuleDescriptor
All Known Implementing Classes:
AbstractWebFragmentModuleDescriptor, DefaultAbstractWebFragmentModuleDescriptor, DefaultWebItemModuleDescriptor, DefaultWebPanelModuleDescriptor, DefaultWebSectionModuleDescriptor

public interface ContextAware

Makes a plugin module aware of its Velocity context. Web modules should implement this interface if they want to modify the Velocity context used to render their content.


Method Summary
 ContextProvider getContextProvider()
          Returns the ContextProvider that augments the context used to render a web module.
 

Method Detail

getContextProvider

ContextProvider getContextProvider()
Returns the ContextProvider that augments the context used to render a web module.



Copyright © 2011 Atlassian. All Rights Reserved.