|
||||||||||
| 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.SecureCondition
public class SecureCondition
A rewrite condition that passes if the request is secure,
as determined by
ServletRequest.isSecure().
| Constructor Summary | |
|---|---|
SecureCondition(boolean isSecure)
|
|
| 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.AbstractCondition |
|---|
addHeaderValue, destroy, init, required |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureCondition(boolean isSecure)
| Method Detail |
|---|
public java.lang.String getTagName()
Condition
getTagName in interface ConditiongetTagName 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 | |||||||||