Liferay 6.1.2-ce-ga3

com.liferay.portal.configuration.easyconf
Class ClassLoaderComponentConfiguration

java.lang.Object
  extended by com.germinus.easyconf.ComponentConfiguration
      extended by com.liferay.portal.configuration.easyconf.ClassLoaderComponentConfiguration

public class ClassLoaderComponentConfiguration
extends com.germinus.easyconf.ComponentConfiguration


Constructor Summary
ClassLoaderComponentConfiguration(ClassLoader classLoader, String companyId, String componentName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getComponentName()
           
 Object getConfigurationObject()
           
 Object getConfigurationObject(String configurationName)
           
 com.germinus.easyconf.ComponentProperties getProperties()
           
 int hashCode()
           
 void saveConfigurationObject(Object configurationObject)
           
 void saveConfigurationObject(String confName, Object configurationObject)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderComponentConfiguration

public ClassLoaderComponentConfiguration(ClassLoader classLoader,
                                         String companyId,
                                         String componentName)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class com.germinus.easyconf.ComponentConfiguration

getComponentName

public String getComponentName()
Overrides:
getComponentName in class com.germinus.easyconf.ComponentConfiguration

getConfigurationObject

public Object getConfigurationObject()
Overrides:
getConfigurationObject in class com.germinus.easyconf.ComponentConfiguration

getConfigurationObject

public Object getConfigurationObject(String configurationName)
Overrides:
getConfigurationObject in class com.germinus.easyconf.ComponentConfiguration

getProperties

public com.germinus.easyconf.ComponentProperties getProperties()
Overrides:
getProperties in class com.germinus.easyconf.ComponentConfiguration

hashCode

public int hashCode()
Overrides:
hashCode in class com.germinus.easyconf.ComponentConfiguration

saveConfigurationObject

public void saveConfigurationObject(Object configurationObject)
Overrides:
saveConfigurationObject in class com.germinus.easyconf.ComponentConfiguration

saveConfigurationObject

public void saveConfigurationObject(String confName,
                                    Object configurationObject)
Overrides:
saveConfigurationObject in class com.germinus.easyconf.ComponentConfiguration

Liferay 6.1.2-ce-ga3