|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.rewrite.AbstractCondition
com.caucho.server.rewrite.AbstractConditions
com.caucho.server.rewrite.AndConditions
public class AndConditions
Constructor Summary | |
---|---|
AndConditions()
|
|
AndConditions(RewriteDispatch rewriteDispatch)
|
Method Summary | |
---|---|
java.lang.String |
getTagName()
Returns a descriptive name for the tag, for logging and for error messages. |
boolean |
isMatch(HttpServletRequest request,
HttpServletResponse response)
Returns true if the condition passes. |
Methods inherited from class com.caucho.server.rewrite.AbstractConditions |
---|
add, addAnd, addNot, addOr, addUnless, addWhen, createAnd, createNot, createOr, getConditions, init |
Methods inherited from class com.caucho.server.rewrite.AbstractCondition |
---|
addHeaderValue, destroy, required |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndConditions()
public AndConditions(RewriteDispatch rewriteDispatch)
Method Detail |
---|
public java.lang.String getTagName()
Condition
getTagName
in interface Condition
getTagName
in class AbstractCondition
public boolean isMatch(HttpServletRequest request, HttpServletResponse response)
Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |