Package com.niggle.servlet

Niggle classes that wrap and extend the core Java Servlet API.

See:
          Description

Class Summary
NiggleConfig A custom implementation of the ServletConfig interface The default NiggleServlet initializations are delegated to this object.
NiggleServlet The base Servlet class in the Niggle framework.
ServletInteraction An abstract class that encapsulates the various paths of execution involved in fulfilling a servlet request.
 

Exception Summary
IllegalUserException An exception thrown when the servlet's user is not valid.
 

Package com.niggle.servlet Description

Niggle classes that wrap and extend the core Java Servlet API.