Uses of Class
ccs.http.AbstractXhtmlHandler.XHMode

Packages that use AbstractXhtmlHandler.XHMode
ccs.http Utility methods for HTTP servers. 
 

Uses of AbstractXhtmlHandler.XHMode in ccs.http
 

Methods in ccs.http that return AbstractXhtmlHandler.XHMode
protected abstract  AbstractXhtmlHandler.XHMode AbstractXhtmlHandler.getDefaultXHMode()
          The XHTML handling mode to use if no request-specific handling mode has been set.
protected  AbstractXhtmlHandler.XHMode ExceptionHandler.getDefaultXHMode()
           
static AbstractXhtmlHandler.XHMode AbstractXhtmlHandler.XHMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractXhtmlHandler.XHMode[] AbstractXhtmlHandler.XHMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ccs.http with parameters of type AbstractXhtmlHandler.XHMode
protected  void AbstractXhtmlHandler.setXHMode(AbstractXhtmlHandler.XHMode mode, org.mortbay.http.HttpResponse hq)
          Set a request-specific XHTML handling mode for this request (if different from the default for this handler.)