Uses of Class
net.dpml.http.ServletEntry

Packages that use ServletEntry
net.dpml.http HTTP Server implementation. 
 

Uses of ServletEntry in net.dpml.http
 

Methods in net.dpml.http that return ServletEntry
 ServletEntry[] ServletContextHandler.Context.getServletEntries(ServletEntry[] entries)
          Get the array of servlet name to path mappings.
 

Methods in net.dpml.http with parameters of type ServletEntry
 ServletEntry[] ServletContextHandler.Context.getServletEntries(ServletEntry[] entries)
          Get the array of servlet name to path mappings.
 

Constructors in net.dpml.http with parameters of type ServletEntry
ServletHandler(ServletHolder[] servlets, ServletEntry[] entries)
          Creation of a new servlet handler.