public interface

ContextAware

com.atlassian.plugin.web.descriptors.ContextAware
Known Indirect Subclasses

Class Overview

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.

Summary

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

Public Methods

public ContextProvider getContextProvider ()

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