public class PortletDefinitionImpl extends java.lang.Object implements org.apache.pluto.om.portlet.PortletDefinition, org.apache.pluto.om.portlet.PortletDefinitionCtrl, java.io.Serializable, Support
Modifier and Type | Field and Description |
---|---|
java.lang.String |
id |
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
Constructor and Description |
---|
PortletDefinitionImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getCastorContentTypes() |
java.util.Collection |
getCastorDescriptions() |
java.util.Collection |
getCastorDisplayNames() |
java.util.Collection |
getCastorInitParams() |
org.apache.pluto.om.common.SecurityRoleRefSet |
getCastorInitSecurityRoleRefs() |
org.apache.pluto.om.common.PreferenceSet |
getCastorPreferences() |
org.apache.pluto.om.common.LanguageSet |
getCastorResources() |
java.util.Collection |
getCastorSupportedLocales() |
java.lang.String |
getClassName() |
org.apache.pluto.om.portlet.ContentTypeSet |
getContentTypeSet() |
org.apache.pluto.om.common.Description |
getDescription(java.util.Locale locale) |
java.util.Collection |
getDescriptions() |
org.apache.pluto.om.common.DisplayName |
getDisplayName(java.util.Locale locale) |
java.lang.String |
getExpirationCache() |
org.apache.pluto.om.common.ObjectID |
getId() |
org.apache.pluto.om.common.ParameterSet |
getInitParameterSet() |
org.apache.pluto.om.common.SecurityRoleRefSet |
getInitSecurityRoleRefSet() |
org.apache.pluto.om.common.LanguageSet |
getLanguageSet() |
java.lang.String |
getName() |
org.apache.pluto.om.portlet.PortletApplicationDefinition |
getPortletApplicationDefinition() |
java.lang.ClassLoader |
getPortletClassLoader() |
org.apache.pluto.om.common.PreferenceSet |
getPreferenceSet() |
java.lang.String |
getResourceBundle() |
org.apache.pluto.om.servlet.ServletDefinition |
getServletDefinition() |
java.util.Collection |
getSupportedLocales() |
void |
postBuild(java.lang.Object parameter) |
void |
postLoad(java.lang.Object parameter) |
void |
postStore(java.lang.Object parameter) |
void |
preBuild(java.lang.Object parameter) |
void |
preStore(java.lang.Object parameter) |
void |
setCastorContentTypes(org.apache.pluto.om.portlet.ContentTypeSet castorContentTypes) |
void |
setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions) |
void |
setCastorDisplayNames(org.apache.pluto.om.common.DisplayNameSet castorDisplayNames) |
void |
setCastorInitParams(org.apache.pluto.om.common.ParameterSet castorInitParams) |
void |
setCastorInitSecurityRoleRefs(org.apache.pluto.om.common.SecurityRoleRefSet castorInitSecurityRoleRefs) |
void |
setCastorPreferences(org.apache.pluto.om.common.PreferenceSet castorPreferences) |
void |
setCastorResources(org.apache.pluto.om.common.LanguageSet resources) |
void |
setCastorSupportedLocales(java.util.Collection castorSupportedLocales) |
void |
setClassName(java.lang.String className) |
void |
setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions) |
void |
setDisplayNames(org.apache.pluto.om.common.DisplayNameSet displayNames) |
void |
setExpirationCache(java.lang.String expirationCache) |
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
protected void |
setPortletApplicationDefinition(org.apache.pluto.om.portlet.PortletApplicationDefinition application) |
void |
setPortletClassLoader(java.lang.ClassLoader loader) |
void |
setResourceBundle(java.lang.String resourceBundle) |
protected void |
setServletDefinition(org.apache.pluto.om.servlet.ServletDefinition servlet) |
void |
store() |
java.lang.String |
toString() |
java.lang.String |
toString(int indent) |
public org.apache.pluto.om.common.ObjectID getId()
getId
in interface org.apache.pluto.om.portlet.PortletDefinition
public java.lang.String getClassName()
getClassName
in interface org.apache.pluto.om.portlet.PortletDefinition
public java.lang.String getName()
getName
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
getDescription
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.common.LanguageSet getLanguageSet()
getLanguageSet
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.common.ParameterSet getInitParameterSet()
getInitParameterSet
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.common.SecurityRoleRefSet getInitSecurityRoleRefSet()
getInitSecurityRoleRefSet
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
getPreferenceSet
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.portlet.ContentTypeSet getContentTypeSet()
getContentTypeSet
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition()
getPortletApplicationDefinition
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.servlet.ServletDefinition getServletDefinition()
getServletDefinition
in interface org.apache.pluto.om.portlet.PortletDefinition
public org.apache.pluto.om.common.DisplayName getDisplayName(java.util.Locale locale)
getDisplayName
in interface org.apache.pluto.om.portlet.PortletDefinition
public java.lang.String getExpirationCache()
getExpirationCache
in interface org.apache.pluto.om.portlet.PortletDefinition
public void setId(java.lang.String id)
setId
in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
public void setClassName(java.lang.String className)
setClassName
in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
public void setName(java.lang.String name)
setName
in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
setDescriptions
in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
public void setDisplayNames(org.apache.pluto.om.common.DisplayNameSet displayNames)
setDisplayNames
in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
public void setPortletClassLoader(java.lang.ClassLoader loader)
setPortletClassLoader
in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
public void store() throws java.io.IOException
store
in interface org.apache.pluto.om.portlet.PortletDefinitionCtrl
java.io.IOException
public void postBuild(java.lang.Object parameter) throws java.lang.Exception
public void postLoad(java.lang.Object parameter) throws java.lang.Exception
public void postStore(java.lang.Object parameter) throws java.lang.Exception
public void preBuild(java.lang.Object parameter) throws java.lang.Exception
public void preStore(java.lang.Object parameter) throws java.lang.Exception
public java.util.Collection getCastorContentTypes()
public java.util.Collection getCastorDisplayNames()
public java.util.Collection getCastorDescriptions()
public java.util.Collection getDescriptions()
public java.util.Collection getCastorInitParams()
public org.apache.pluto.om.common.SecurityRoleRefSet getCastorInitSecurityRoleRefs()
public org.apache.pluto.om.common.PreferenceSet getCastorPreferences()
public org.apache.pluto.om.common.LanguageSet getCastorResources()
public java.util.Collection getCastorSupportedLocales()
public java.lang.ClassLoader getPortletClassLoader()
getPortletClassLoader
in interface org.apache.pluto.om.portlet.PortletDefinition
public java.lang.String getResourceBundle()
public java.util.Collection getSupportedLocales()
public void setCastorContentTypes(org.apache.pluto.om.portlet.ContentTypeSet castorContentTypes)
public void setCastorInitParams(org.apache.pluto.om.common.ParameterSet castorInitParams)
public void setCastorInitSecurityRoleRefs(org.apache.pluto.om.common.SecurityRoleRefSet castorInitSecurityRoleRefs)
public void setCastorDisplayNames(org.apache.pluto.om.common.DisplayNameSet castorDisplayNames)
public void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
public void setCastorPreferences(org.apache.pluto.om.common.PreferenceSet castorPreferences)
public void setCastorResources(org.apache.pluto.om.common.LanguageSet resources)
public void setCastorSupportedLocales(java.util.Collection castorSupportedLocales)
public void setExpirationCache(java.lang.String expirationCache)
protected void setPortletApplicationDefinition(org.apache.pluto.om.portlet.PortletApplicationDefinition application)
public void setResourceBundle(java.lang.String resourceBundle)
protected void setServletDefinition(org.apache.pluto.om.servlet.ServletDefinition servlet)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
Copyright © 2003-2013 . All Rights Reserved.