Uses of Class
com.caucho.server.rewrite.ErrorRule

Packages that use ErrorRule
com.caucho.server.rewrite   
 

Uses of ErrorRule in com.caucho.server.rewrite
 

Methods in com.caucho.server.rewrite that return ErrorRule
 ErrorRule MatchRule.createForbidden()
          Adds a forbidden.
 ErrorRule MatchRule.createGone()
          Adds a gone.
 ErrorRule MatchRule.createNotFound()
          Adds a not-found.
 

Methods in com.caucho.server.rewrite with parameters of type ErrorRule
 void MatchRule.addForbidden(ErrorRule forbidden)
           
 void MatchRule.addGone(ErrorRule gone)
           
 void MatchRule.addNotFound(ErrorRule notFound)