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

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

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

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

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

Method parameters in it.sistematica.isharedoc.model.xml with type arguments of type Page
 void PortletLayout.setPages(java.util.Collection<Page> pages)