com.frevvo.forms.client.ext
Class DeployStateExtension
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.frevvo.forms.client.ext.DeployStateExtension
- All Implemented Interfaces:
- Extension
public class DeployStateExtension
- extends ExtensionPoint
- implements Extension
| Methods inherited from class com.google.gdata.data.ExtensionPoint |
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, declareExtensions, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild, visitChildren |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPLOY_STATE_ELEMENT
public static final String DEPLOY_STATE_ELEMENT
- See Also:
- Constant Field Values
VALUE_ATTR
public static final String VALUE_ATTR
- See Also:
- Constant Field Values
DEVELOPMENT_VALUE_ATTR
public static final String DEVELOPMENT_VALUE_ATTR
- See Also:
- Constant Field Values
PRODUCTION_VALUE_ATTR
public static final String PRODUCTION_VALUE_ATTR
- See Also:
- Constant Field Values
deployState
protected DeployState deployState
DeployStateExtension
public DeployStateExtension()
DeployStateExtension
public DeployStateExtension(DeployState deployState)
getDeployState
public static DeployState getDeployState(ExtensionPoint extPoint)
setDeployState
public static void setDeployState(ExtensionPoint extPoint,
DeployState deployState)
getDeployState
public DeployState getDeployState()
setDeployState
public void setDeployState(DeployState deployState)
getDefaultDescription
public static ExtensionDescription getDefaultDescription()
- Returns the suggested extension description.
generate
public void generate(com.google.gdata.util.common.xml.XmlWriter w,
ExtensionProfile extProfile)
throws IOException
- Specified by:
generate in interface Extension- Overrides:
generate in class AbstractExtension
- Throws:
IOException
getHandler
public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
String namespace,
String localName,
Attributes attrs)
throws ParseException
- Specified by:
getHandler in interface Extension- Overrides:
getHandler in class ExtensionPoint
- Throws:
ParseException
Copyright © 2006-2011 frevvo Inc. All Rights Reserved.