Package | Description |
---|---|
net.sourceforge.guacamole.net.basic.xml | |
net.sourceforge.guacamole.net.basic.xml.user_mapping |
Modifier and Type | Method and Description |
---|---|
TagHandler |
TagHandler.childElement(String localName,
Attributes attributes)
Called when a child element of the current element is parsed.
|
Constructor and Description |
---|
DocumentHandler(String rootElementName,
TagHandler root)
Creates a new DocumentHandler which will use the given TagHandler
to handle the root element.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizeTagHandler
TagHandler for the "authorize" element.
|
class |
ConnectionTagHandler
TagHandler for the "connection" element.
|
class |
ParamTagHandler
TagHandler for the "param" element.
|
class |
ProtocolTagHandler
TagHandler for the "protocol" element.
|
class |
UserMappingTagHandler
TagHandler for the "user-mapping" element.
|
Modifier and Type | Method and Description |
---|---|
TagHandler |
ConnectionTagHandler.childElement(String localName,
Attributes attributes) |
TagHandler |
ParamTagHandler.childElement(String localName,
Attributes attributes) |
TagHandler |
AuthorizeTagHandler.childElement(String localName,
Attributes attributes) |
TagHandler |
ProtocolTagHandler.childElement(String localName,
Attributes attributes) |
TagHandler |
UserMappingTagHandler.childElement(String localName,
Attributes attributes) |
Copyright © 2013. All Rights Reserved.