Uses of Interface
org.apache.wookie.w3c.IContent

Packages that use IContent
org.apache.wookie.w3c   
org.apache.wookie.w3c.impl   
org.apache.wookie.w3c.xml   
 

Uses of IContent in org.apache.wookie.w3c
 

Methods in org.apache.wookie.w3c that return types with arguments of type IContent
 java.util.List<IContent> W3CWidget.getContentList()
          Get the list of start pages for the widget
 

Methods in org.apache.wookie.w3c with parameters of type IContent
 void IStartPageProcessor.processStartFile(java.io.File startFile, W3CWidget model, IContent content)
          Process a start file ready for deployment.
 

Uses of IContent in org.apache.wookie.w3c.impl
 

Classes in org.apache.wookie.w3c.impl that implement IContent
 class ContentEntity
           
 

Methods in org.apache.wookie.w3c.impl that return types with arguments of type IContent
 java.util.List<IContent> WidgetManifestModel.getContentList()
           
 

Uses of IContent in org.apache.wookie.w3c.xml
 

Subinterfaces of IContent in org.apache.wookie.w3c.xml
 interface IContentEntity
          A Widget Start Page
 



2012 Apache Software Foundation.