com.atlassian.confluence.plugin.descriptor
Class ConfluenceVelocityModuleDescriptor

java.lang.Object
  extended bycom.atlassian.plugin.descriptors.AbstractModuleDescriptor
      extended bycom.atlassian.confluence.plugin.descriptor.ConfluenceVelocityModuleDescriptor
All Implemented Interfaces:
ModuleDescriptor, Resourced
Direct Known Subclasses:
CustomMacroModuleDescriptor, XWorkModuleDescriptor

public abstract class ConfluenceVelocityModuleDescriptor
extends AbstractModuleDescriptor


Field Summary
protected  I18NBeanFactory i18NBeanFactory
           
protected  LocaleManager localeManager
           
static String RESOURCE_TYPE_I18N
           
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
ConfluenceVelocityModuleDescriptor()
           
 
Method Summary
 String getHtml(String resourceName)
           
 String getHtml(String resourceName, Map startingParams)
           
 void setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 void setLocaleManager(LocaleManager localeManager)
           
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE_TYPE_I18N

public static final String RESOURCE_TYPE_I18N
See Also:
Constant Field Values

i18NBeanFactory

protected I18NBeanFactory i18NBeanFactory

localeManager

protected LocaleManager localeManager
Constructor Detail

ConfluenceVelocityModuleDescriptor

public ConfluenceVelocityModuleDescriptor()
Method Detail

getHtml

public String getHtml(String resourceName)

getHtml

public String getHtml(String resourceName,
                      Map startingParams)

setI18NBeanFactory

public void setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)

setLocaleManager

public void setLocaleManager(LocaleManager localeManager)


Confluence is developed by Atlassian.