Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.xml.usermapping |
Classes related to parsing the user-mapping.xml file.
|
org.glyptodon.guacamole.xml |
Classes driving the SAX-based XML parser used by the Guacamole web
application.
|
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) |
TagHandler |
UserMappingTagHandler.childElement(String localName) |
TagHandler |
AuthorizeTagHandler.childElement(String localName) |
TagHandler |
ProtocolTagHandler.childElement(String localName) |
TagHandler |
ParamTagHandler.childElement(String localName) |
Modifier and Type | Method and Description |
---|---|
TagHandler |
TagHandler.childElement(String localName)
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.
|
Copyright © 2015. All rights reserved.