org.apache.cocoon.portal.pluto.om.common
Class LanguageSetImpl
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
org.apache.cocoon.portal.pluto.om.common.LanguageSetImpl
- All Implemented Interfaces:
- Cloneable, Collection, org.apache.pluto.om.common.LanguageSet, org.apache.pluto.om.Model, Serializable, Set, Support
- public class LanguageSetImpl
- extends AbstractSupportSet
- implements org.apache.pluto.om.common.LanguageSet, Serializable, Support
- Version:
- $Id: LanguageSetImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
- See Also:
- Serialized Form
Methods inherited from interface org.apache.pluto.om.common.LanguageSet |
iterator |
LanguageSetImpl
public LanguageSetImpl()
get
public org.apache.pluto.om.common.Language get(Locale locale)
- Specified by:
get
in interface org.apache.pluto.om.common.LanguageSet
- See Also:
LanguageSet.get(java.util.Locale)
getLocales
public Iterator getLocales()
- Specified by:
getLocales
in interface org.apache.pluto.om.common.LanguageSet
- See Also:
LanguageSet.getLocales()
getDefaultLocale
public Locale getDefaultLocale()
- Specified by:
getDefaultLocale
in interface org.apache.pluto.om.common.LanguageSet
- See Also:
LanguageSet.getDefaultLocale()
postBuild
public void postBuild(Object parameter)
throws Exception
- Specified by:
postBuild
in interface Support
- Overrides:
postBuild
in class AbstractSupportSet
- Throws:
Exception
- See Also:
Support.postBuild(java.lang.Object)
postLoad
public void postLoad(Object parameter)
throws Exception
- Specified by:
postLoad
in interface Support
- Overrides:
postLoad
in class AbstractSupportSet
- Throws:
Exception
- See Also:
Support.postLoad(java.lang.Object)
postStore
public void postStore(Object parameter)
throws Exception
- Specified by:
postStore
in interface Support
- Overrides:
postStore
in class AbstractSupportSet
- Throws:
Exception
- See Also:
Support.postStore(java.lang.Object)
preBuild
public void preBuild(Object parameter)
throws Exception
- Specified by:
preBuild
in interface Support
- Overrides:
preBuild
in class AbstractSupportSet
- Throws:
Exception
- See Also:
Support.preBuild(java.lang.Object)
preStore
public void preStore(Object parameter)
throws Exception
- Specified by:
preStore
in interface Support
- Overrides:
preStore
in class AbstractSupportSet
- Throws:
Exception
- See Also:
Support.preStore(java.lang.Object)
getCastorKeywords
public String getCastorKeywords()
getResources
public String getResources()
getShortTitle
public String getShortTitle()
getTitle
public String getTitle()
loadResourceBundle
protected ResourceBundle loadResourceBundle(Locale locale)
setCastorKeywords
public void setCastorKeywords(String keywords)
setClassLoader
public void setClassLoader(ClassLoader loader)
setResources
public void setResources(String resources)
setShortTitle
public void setShortTitle(String shortTitle)
setTitle
public void setTitle(String title)
toString
public String toString()
- See Also:
Object.toString()
toString
public String toString(int indent)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.