|
||||||||||
| 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.ExistsCondition
public class ExistsCondition
A rewrite condition that passes if the target exists.
| 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. |
void |
setRegexp(java.util.regex.Pattern pattern)
|
| Methods inherited from class com.caucho.server.rewrite.AbstractCondition |
|---|
addHeaderValue, destroy, init, required |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getTagName()
Condition
getTagName in interface ConditiongetTagName in class AbstractConditionpublic void setRegexp(java.util.regex.Pattern pattern)
public boolean isMatch(HttpServletRequest request,
HttpServletResponse response)
Condition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||