Package com.strangelight.servlets.index

This servlet provides an index of the servlets publically available on this server.

See:
          Description

Class Summary
IndexServlet  
PublicIndexFilenameFilter A FilenameFilter which matches filenames which end in .class and do not begin with an underscore character.
 

Package com.strangelight.servlets.index Description

This servlet provides an index of the servlets publically available on this server. Servlets can be hidden from public view by preceding their name with an underscore.

STATUS: Stable