|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anwrt.anycontent.plugins.core.group.AbstractGroupManager
Abstract manager for saxing a GroupManager by using getGroups() method.
| Field Summary | |
protected static java.lang.String |
__GROUP_ID_ATTR
XML attribute of a group id used for saxing. |
protected static java.lang.String |
__GROUP_LABEL_TAG
XML attribute of a group label used for saxing. |
protected static java.lang.String |
__GROUP_TAG
XML element for a group used for saxing. |
protected static java.lang.String |
__ROOT_TAG
XML element for the root used for saxing. |
protected static java.lang.String |
__USER_TAG
XML element for an user used for saxing. |
protected static java.lang.String |
__USERS_TAG
XML element for an array of user used for saxing. |
| Constructor Summary | |
AbstractGroupManager()
|
|
| Method Summary | |
void |
toSAX(org.xml.sax.ContentHandler ch,
java.util.Map parameters)
Sax the user list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.anwrt.anycontent.extensions.group.GroupManager |
configure, getGroup, getGroups, getUserGroups, initialize |
| Field Detail |
protected static final java.lang.String __ROOT_TAG
protected static final java.lang.String __GROUP_TAG
protected static final java.lang.String __GROUP_ID_ATTR
protected static final java.lang.String __GROUP_LABEL_TAG
protected static final java.lang.String __USER_TAG
protected static final java.lang.String __USERS_TAG
| Constructor Detail |
public AbstractGroupManager()
| Method Detail |
public void toSAX(org.xml.sax.ContentHandler ch,
java.util.Map parameters)
throws org.xml.sax.SAXException
GroupManager
toSAX in interface GroupManagerch - The content handler to sax in.parameters - Parameters for saxing user list differently,
see implementation.
org.xml.sax.SAXException - If an error occurs while saxing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||