Uses of Class
org.apache.pluto.portalImpl.om.page.impl.FragmentImpl

Packages that use FragmentImpl
org.apache.pluto.portlet.admin.bean   
 

Uses of FragmentImpl in org.apache.pluto.portlet.admin.bean
 

Fields in org.apache.pluto.portlet.admin.bean declared as FragmentImpl
private  FragmentImpl PageTO._page
           
 

Methods in org.apache.pluto.portlet.admin.bean that return FragmentImpl
 FragmentImpl PageTO.getPage()
          /**
 

Methods in org.apache.pluto.portlet.admin.bean with parameters of type FragmentImpl
 void PageTO.setPage(FragmentImpl page)
           
 

Constructors in org.apache.pluto.portlet.admin.bean with parameters of type FragmentImpl
PageTO(FragmentImpl page)