Modifier and Type | Field and Description |
---|---|
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected boolean | Returns: val if positive or !val if not.the result to convert val)convert the result. |
protected Map | Returns: a map of attributes.the element this attribute is in. el)Get all the attributes in the ant-attribute:param namespace and place them in a map. |
protected boolean | |
protected void |
positive | back to summary |
---|---|
private boolean positive |
BaseIfAttribute | back to summary |
---|---|
public BaseIfAttribute() |
convertResult | back to summary |
---|---|
protected boolean convertResult(boolean val) convert the result.
|
getParams | back to summary |
---|---|
protected Map Get all the attributes in the ant-attribute:param namespace and place them in a map.
|
isPositive | back to summary |
---|---|
protected boolean isPositive() Get the positive flag.
|
setPositive | back to summary |
---|---|
protected void setPositive(boolean positive) Set the positive flag.
|