org.apache.cocoon.portal.pluto.om.common
Class TagDefinitionSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
org.apache.cocoon.portal.pluto.om.common.TagDefinitionSet
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, Set, Support
public class TagDefinitionSet
- extends AbstractSupportSet
- implements Serializable, Support
- Version:
- $Id: TagDefinitionSet.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- See Also:
- Serialized Form
TagDefinitionSet
public TagDefinitionSet()
get
public TagDefinition get(Locale locale)
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)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.