Uses of Class
org.weborganic.bastille.pageseeder.PSHandler

Packages that use PSHandler
org.weborganic.bastille.pageseeder A classes used to connect to PageSeeder. 
 

Uses of PSHandler in org.weborganic.bastille.pageseeder
 

Subclasses of PSHandler in org.weborganic.bastille.pageseeder
 class PSXMLCopy
          A PS handler which can be used to copy the content and retrieve information at the same time.
 

Methods in org.weborganic.bastille.pageseeder with parameters of type PSHandler
 boolean PSConnector.get(XMLWriter xml, PSHandler handler)
          Connect to PageSeeder and fetch the XML using the GET method.
 boolean PSConnector.post(XMLWriter xml, PSHandler handler)
          Connect to PageSeeder and fetch the XML using the POST method.
 boolean PSConnection.process(XMLWriter xml, PSHandler handler)
          Process the specified PageSeeder connection.