Uses of Interface
org.apache.wsrp4j.consumer.app.Page

Packages that use Page
org.apache.wsrp4j.consumer.app   
org.apache.wsrp4j.consumer.app.driver   
 

Uses of Page in org.apache.wsrp4j.consumer.app
 

Methods in org.apache.wsrp4j.consumer.app that return Page
 Page PageRegistry.getPage(java.lang.String pageID)
          Get the page with the given ID
 Page PageRegistry.removePage(java.lang.String pageID)
          Remove the page with the given ID from the registry
 

Methods in org.apache.wsrp4j.consumer.app with parameters of type Page
 java.lang.String Aggregation.renderPage(Page page, Request request)
          Render a page and return the generated markup.
 void PageRegistry.addPage(Page page)
          Add a page to the registry
 

Uses of Page in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement Page
 class PageImpl
          A simple page with portlets on it.
 

Methods in org.apache.wsrp4j.consumer.app.driver that return Page
 Page PageRegistryImpl.getPage(java.lang.String pageID)
          Get the page with the given ID
 Page PageRegistryImpl.removePage(java.lang.String pageID)
          Remove the page with the given ID from the registry
private  Page SwingConsumer.getCurrentPage()
          Get the currently displayed page.
 

Methods in org.apache.wsrp4j.consumer.app.driver with parameters of type Page
 java.lang.String AggregationImpl.renderPage(Page page, Request request)
          Render a page and return the generated markup.
 void PageRegistryImpl.addPage(Page page)
          Add a page to the registry
private  void PageRegistryImpl.store(Page page)
          Store a page
private  void PageRegistryImpl.delete(Page page)
           
 



--