com.atlassian.confluence.plugin.descriptor
Class ConfluenceVelocityModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor
      extended by com.atlassian.confluence.plugin.descriptor.ConfluenceVelocityModuleDescriptor
All Implemented Interfaces:
UserLocaleAware, com.atlassian.plugin.ModuleDescriptor, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

Deprecated. since 3.0, extend AbstractModuleDescriptor and implement UserLocaleAware instead.

@Deprecated
public abstract class ConfluenceVelocityModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor
implements UserLocaleAware


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

Field Detail

RESOURCE_TYPE_I18N

public static final String RESOURCE_TYPE_I18N
Deprecated. 
See Also:
Constant Field Values

i18NBeanFactory

protected I18NBeanFactory i18NBeanFactory
Deprecated. 
Constructor Detail

ConfluenceVelocityModuleDescriptor

public ConfluenceVelocityModuleDescriptor()
Deprecated. 
Method Detail

getHtml

public String getHtml(String resourceName)
Deprecated. 

getHtml

public String getHtml(String resourceName,
                      Map startingParams)
Deprecated. 

setI18NBeanFactory

public void setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
Deprecated. 
Specified by:
setI18NBeanFactory in interface UserLocaleAware
Parameters:
i18NBeanFactory - the user locale sensitive i18n bean factory


Copyright © 2003-2012 Atlassian. All Rights Reserved.