net.dpml.http
Interface ResourceContextHandler.Context

All Superinterfaces:
ContextHandlerContext
Enclosing interface:
ResourceContextHandler

public static interface ResourceContextHandler.Context
extends ContextHandlerContext

HTTP static resource context handler parameters.


Method Summary
 String getResourceBase()
          Get the http context resource base.
 
Methods inherited from interface net.dpml.http.ContextHandlerContext
getClassLoader, getConnectors, getContextPath, getDisplayName, getErrorHandler, getMimeTypes, getVirtualHosts, getWelcomeFiles
 

Method Detail

getResourceBase

public 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