net.dpml.http
Interface ServletContextHandler.Context

All Superinterfaces:
ContextHandlerContext
Enclosing class:
ServletContextHandler

public static interface ServletContextHandler.Context
extends ContextHandlerContext

HTTP static resource vontext handler parameters.


Method Summary
 String getResourceBase()
          Get the http context resource base.
 ServletEntry[] getServletEntries(ServletEntry[] entries)
          Get the array of servlet name to path mappings.
 ServletHolder[] getServletHolders(ServletHolder[] holders)
          Get the array of servlet holders.
 
Methods inherited from interface net.dpml.http.ContextHandlerContext
getClassLoader, getConnectors, getContextPath, getDisplayName, getErrorHandler, getMimeTypes, getVirtualHosts, getWelcomeFiles
 

Method Detail

getResourceBase

String getResourceBase()
Get the http context resource base. The value may contain symbolic property references and should resolve to a local directory.

Returns:
the resource base

getServletHolders

ServletHolder[] getServletHolders(ServletHolder[] holders)
Get the array of servlet holders.

Parameters:
holders - the default value
Returns:
the resolved value

getServletEntries

ServletEntry[] getServletEntries(ServletEntry[] entries)
Get the array of servlet name to path mappings.

Parameters:
entries - the default value
Returns:
the resolved array of name to path mappings