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()
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)