public class BundleTaskHandler extends ParseSax.HandlerForGeneratedRequestWithResult<BundleTask>
| Modifier and Type | Field and Description |
|---|---|
protected DateService |
dateService |
protected com.google.common.base.Supplier<String> |
defaultRegion |
| Modifier | Constructor and Description |
|---|---|
protected |
BundleTaskHandler(DateService dateService,
com.google.common.base.Supplier<String> defaultRegion) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
BundleTask |
getResult() |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected final DateService dateService
protected final com.google.common.base.Supplier<String> defaultRegion
@Inject protected BundleTaskHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)
public BundleTask getResult()
getResult in class ParseSax.HandlerWithResult<BundleTask>public void endElement(String uri, String name, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.