public static class XmlResponsesSaxParser.BucketWebsiteConfigurationHandler extends AbstractHandler
Modifier and Type | Field and Description |
---|---|
private BucketWebsiteConfiguration |
configuration |
private RoutingRuleCondition |
currentCondition |
private RedirectRule |
currentRedirectRule |
private RoutingRule |
currentRoutingRule |
Constructor and Description |
---|
BucketWebsiteConfigurationHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doEndElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName) |
protected void |
doStartElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName,
org.xml.sax.Attributes attrs) |
BucketWebsiteConfiguration |
getConfiguration() |
atTopLevel, characters, endElement, getText, in, startElement
private final BucketWebsiteConfiguration configuration
private RoutingRuleCondition currentCondition
private RedirectRule currentRedirectRule
private RoutingRule currentRoutingRule
public BucketWebsiteConfiguration getConfiguration()
protected void doStartElement(java.lang.String uri, java.lang.String name, java.lang.String qName, org.xml.sax.Attributes attrs)
doStartElement
in class AbstractHandler
protected void doEndElement(java.lang.String uri, java.lang.String name, java.lang.String qName)
doEndElement
in class AbstractHandler