Package org.xins.common.servlet.container

XINS servlet container classes.

See:
          Description

Class Summary
ConsoleGUI Graphical user interface for the Servlet container.
HTTPServletHandler HTTP server used to invoke the XINS servlet.
HTTPServletStarter HTTP Server used to invoke the XINS Servlet.
LocalServletConfig This class is an implementation of the ServletConfig that can be called locally.
LocalServletHandler This class allows to invoke a XINS API without using HTTP.
ServletClassLoader Class used to get the Servlet Class loader.
XINSHttpSession A user session.
XINSServletContext This class is an implementation of the ServletContext that can be called locally.
XINSServletRequest This class is an implementation of the HTTPServletRequest that can be called localy.
XINSServletResponse This class is an implementation of the HttpServletResponse that can be invoked locally.
 

Package org.xins.common.servlet.container Description

XINS servlet container classes. The classes of this package should not be used by external APIs or programs as it may be removed in future releases.

Since:
XINS 1.2.0


See http://www.xins.org/.