More information


Package de.spieleck.pcs.http

This package contains the classes dealing with the HTTP communication and servlet container issues.

See:
          Description

Interface Summary
ControllerConfig This interface provides methods for configuration of the ControllerServlet XXX Should it be generic or not?
 

Class Summary
ControllerServlet This servlet acts as a Controller defined by the Front Controller Pattern.
HttpUtil Utility class for programming servlets
ServiceInfo This objects represents information about a Service provided by the ControllerServlet.
XmlControllerConfig XML based implementation of a ControllerConfig
 

Exception Summary
ControllerException Exception class used by Controller
 

Package de.spieleck.pcs.http Description

This package contains the classes dealing with the HTTP communication and servlet container issues.


More information