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

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

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

Classes in org.apache.wsrp4j.consumer.app.driver that implement PageRegistry
 class PageRegistryImpl
          This class implements the PageRegistry interface and can be used to administer Page objects.
 

Fields in org.apache.wsrp4j.consumer.app.driver declared as PageRegistry
private static PageRegistry PageRegistryImpl.instance
           
private  PageRegistry SwingConsumer.pageRegistry
           
 

Methods in org.apache.wsrp4j.consumer.app.driver that return PageRegistry
(package private) static PageRegistry PageRegistryImpl.getInstance()
          Get a reference to the singleton of the page registry.
 



--