org.apache.wookie.w3c
Interface IContentEntity

All Superinterfaces:
IElement, ILocalizedElement, ILocalizedEntity
All Known Implementing Classes:
ContentEntity

public interface IContentEntity
extends ILocalizedEntity

A Widget Start Page


Method Summary
 void fromXML(org.jdom.Element element, java.lang.String[] locales, java.lang.String[] encodings, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
 java.lang.String getCharSet()
           
 java.lang.String getSrc()
           
 java.lang.String getType()
           
 void setCharSet(java.lang.String charSet)
           
 void setSrc(java.lang.String src)
           
 void setType(java.lang.String type)
           
 
Methods inherited from interface org.apache.wookie.w3c.ILocalizedEntity
getDir, isValid
 
Methods inherited from interface org.apache.wookie.w3c.IElement
fromXML, toXml
 
Methods inherited from interface org.apache.wookie.w3c.ILocalizedElement
getLang, setLang
 

Method Detail

getSrc

java.lang.String getSrc()

setSrc

void setSrc(java.lang.String src)

getCharSet

java.lang.String getCharSet()

setCharSet

void setCharSet(java.lang.String charSet)

getType

java.lang.String getType()

setType

void setType(java.lang.String type)

fromXML

void fromXML(org.jdom.Element element,
             java.lang.String[] locales,
             java.lang.String[] encodings,
             org.apache.commons.compress.archivers.zip.ZipFile zip)
             throws BadManifestException
Throws:
BadManifestException


2012 Apache Software Foundation.