public abstract class AbstractCondition extends java.lang.Object implements Condition
| Constructor and Description |
|---|
AbstractCondition() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void init()
Conditionpublic java.lang.String getTagName()
ConditiongetTagName in interface Conditionprotected void required(java.lang.Object value,
java.lang.String name)
throws ConfigException
ConfigExceptionprotected void addHeaderValue(HttpServletResponse response, java.lang.String header, java.lang.String value)