Uses of Class
it.sistematica.isharedoc.model.xml.Portlet

Packages that use Portlet
it.sistematica.isharedoc.model.xml   
 

Uses of Portlet in it.sistematica.isharedoc.model.xml
 

Methods in it.sistematica.isharedoc.model.xml that return types with arguments of type Portlet
 java.util.Collection<Portlet> Page.getPortlets()
           
 

Methods in it.sistematica.isharedoc.model.xml with parameters of type Portlet
 void Page.addPortlet(Portlet p)
           
 

Method parameters in it.sistematica.isharedoc.model.xml with type arguments of type Portlet
 void Page.setPortlets(java.util.Collection<Portlet> portlets)