|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.confluence.plugin.descriptor.ConfluenceVelocityModuleDescriptor
AbstractModuleDescriptor
and implement UserLocaleAware
instead.
public abstract class ConfluenceVelocityModuleDescriptor
Field Summary | |
---|---|
protected I18NBeanFactory |
i18NBeanFactory
Deprecated. |
static java.lang.String |
RESOURCE_TYPE_I18N
Deprecated. |
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
plugin, resources, singleton |
Constructor Summary | |
---|---|
ConfluenceVelocityModuleDescriptor()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getHtml(java.lang.String resourceName)
Deprecated. |
java.lang.String |
getHtml(java.lang.String resourceName,
java.util.Map startingParams)
Deprecated. |
void |
setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
Deprecated. |
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESOURCE_TYPE_I18N
protected I18NBeanFactory i18NBeanFactory
Constructor Detail |
---|
public ConfluenceVelocityModuleDescriptor()
Method Detail |
---|
public java.lang.String getHtml(java.lang.String resourceName)
public java.lang.String getHtml(java.lang.String resourceName, java.util.Map startingParams)
public void setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
setI18NBeanFactory
in interface UserLocaleAware
i18NBeanFactory
- the user locale sensitive i18n bean factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |