com.frevvo.forms.client.ext
Class OwnerExtension
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.frevvo.forms.client.ext.OwnerExtension
- All Implemented Interfaces:
- Extension
public class OwnerExtension
- 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 |
OWNER_ELEMENT
public static final String OWNER_ELEMENT
- See Also:
- Constant Field Values
OWNER_ID_ATTRIBUTE
public static final String OWNER_ID_ATTRIBUTE
- See Also:
- Constant Field Values
ownerId
protected String ownerId
OwnerExtension
public OwnerExtension()
OwnerExtension
public OwnerExtension(String ownerId)
getOwnerId
public static String getOwnerId(ExtensionPoint extPoint)
setOwnerId
public static void setOwnerId(ExtensionPoint extPoint,
String ownerId)
getOwnerId
public String getOwnerId()
setOwnerId
public void setOwnerId(String id)
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.