Package org.weborganic.bastille.pageseeder

A classes used to connect to PageSeeder.

See:
          Description

Class Summary
CallService A generator than can connect to PageSeeder and call a PageSeeder service.
CallServlet A generator than can connect to PageSeeder and call a servlet.
GetMemberGroups A generator that returns the list of projects and groups a user is a member of.
PSConfiguration Configuration of the PageSeeder server that Bastille should use to connect.
PSConnection Wraps an HTTP connection to PageSeeder.
PSConnector Represents a request made to the PageSeeder Server.
PSHandler Defines a handler for XML returned by PageSeeder for use by the PS Connector.
PSResource Defines a resource to retrieve from PageSeeder.
PSResource.Builder A builder for this resource.
PSServices A utility class for PageSeeder Services.
PSServlets A utility class for PageSeeder Servlets.
PSSession A simple object to represent a PageSeeder session.
PSUser Represents a PageSeeder User.
PSUsers A utility class for PageSeeder Users.
PSXMLCopy A PS handler which can be used to copy the content and retrieve information at the same time.
ResetPassword Invokes PageSeeder to reset the password for the user.
 

Enum Summary
PSConnection.Type The type of connection.
PSResourceType Type for resource requested on PageSeeder used to simplify the creation of URLs.
 

Annotation Types Summary
PSConnected Use this annotation to indicate whether a generator will connect to PageSeeder.
 

Package org.weborganic.bastille.pageseeder Description

A classes used to connect to PageSeeder. Most generators require user to be logged in as PSUser.