Package org.xins.common.servlet.container

XINS servlet container classes.

See:
          Description

Class Summary
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.

Since:
XINS 1.2.0


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