|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.rewrite.AbstractCondition
public abstract class AbstractCondition
Constructor Summary | |
---|---|
AbstractCondition()
|
Method Summary | |
---|---|
protected void |
addHeaderValue(HttpServletResponse response,
java.lang.String header,
java.lang.String value)
|
void |
destroy()
Called at destruction time. |
java.lang.String |
getTagName()
Returns a descriptive name for the tag, for logging and for error messages. |
void |
init()
Called at initialization time. |
protected void |
required(java.lang.Object value,
java.lang.String name)
Throws an exception if the passed value is null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.caucho.server.rewrite.Condition |
---|
isMatch |
Constructor Detail |
---|
public AbstractCondition()
Method Detail |
---|
public void init()
Condition
init
in interface Condition
public java.lang.String getTagName()
Condition
getTagName
in interface Condition
protected void required(java.lang.Object value, java.lang.String name) throws ConfigException
ConfigException
protected void addHeaderValue(HttpServletResponse response, java.lang.String header, java.lang.String value)
public void destroy()
Condition
destroy
in interface Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |