|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.tagshandler.ConfigTagsHandler
| Field Summary |
| Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
| Constructor Summary | |
ConfigTagsHandler()
|
|
| Method Summary | |
String |
configParameterValue(Properties attributes)
Returns the values of a configuration parameter with the name paramName. |
void |
forAllConfigParameters(String template,
Properties attributes)
Evaluate the body for all configuration parameters with the name paramName. |
Object |
getConfigParameter(String paramName)
Returns the value for the specified configuration parameter. |
static int |
getCurrentConfigParamIndex()
Gets the CurrentConfigParamIndex attribute of the ConfigTagsHandler class |
protected boolean |
ifConfigParamEquals_Impl(Properties attributes)
The implementation of ifConfigParamEquals and ifConfigParamEquals tags. |
void |
ifConfigParamEquals(String template,
Properties attributes)
Evaluate the body if the value of the configuration parameter equals value. |
protected boolean |
ifConfigParamGreaterOrEquals_Impl(Properties attributes)
The implementation of ifConfigParamGreaterOrEquals and ifConfigParamNotGreaterOrEquals tags. |
void |
ifConfigParamGreaterOrEquals(String template,
Properties attributes)
Evaluate the body if the value of the configuration parameter is greater or equal to value. |
void |
ifConfigParamNotEquals(String template,
Properties attributes)
Evaluate the body if the value of the configuration parameter doesn't equal value. |
void |
ifConfigParamNotGreaterOrEquals(String template,
Properties attributes)
Evaluate the body if the value of the configuration parameter is not greater or equal to value. |
void |
ifHasConfigParam(String template,
Properties attributes)
Evaluates the body if config parameter specified is not null. |
| Methods inherited from class xdoclet.template.TemplateTagHandler |
getXJavaDoc, setXJavaDoc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigTagsHandler()
| Method Detail |
public static int getCurrentConfigParamIndex()
public Object getConfigParameter(String paramName)
throws XDocletException
paramName - Description of Parameter
XDocletException - Description of Exception
public void ifHasConfigParam(String template,
Properties attributes)
throws XDocletException
template - The body of the block tagattributes - The attributes of the template tag
XDocletException - Description of Exception
public String configParameterValue(Properties attributes)
throws XDocletException
attributes - The attributes of the template tag
XDocletException - Description of Exception
public void forAllConfigParameters(String template,
Properties attributes)
throws XDocletException
template - The body of the block tagattributes - The attributes of the template tag
XDocletException - Description of Exception
public void ifConfigParamGreaterOrEquals(String template,
Properties attributes)
throws XDocletException
template - The body of the block tagattributes - The attributes of the template tag
XDocletException - Description of Exception
public void ifConfigParamNotGreaterOrEquals(String template,
Properties attributes)
throws XDocletException
template - The body of the block tagattributes - The attributes of the template tag
XDocletException - Description of Exception
public void ifConfigParamEquals(String template,
Properties attributes)
throws XDocletException
template - The body of the block tagattributes - The attributes of the template tag
XDocletException - Description of Exception
public void ifConfigParamNotEquals(String template,
Properties attributes)
throws XDocletException
template - The body of the block tagattributes - The attributes of the template tag
XDocletException - Description of Exception
protected boolean ifConfigParamGreaterOrEquals_Impl(Properties attributes)
throws XDocletException
attributes - The attributes of the template tag
XDocletException - Description of ExceptionifConfigParamGreaterOrEquals(java.lang.String,java.util.Properties),
ifConfigParamNotGreaterOrEquals(java.lang.String,java.util.Properties)
protected boolean ifConfigParamEquals_Impl(Properties attributes)
throws XDocletException
attributes - The attributes of the template tag
XDocletException - Description of ExceptionifConfigParamEquals(java.lang.String,java.util.Properties),
ifConfigParamNotEquals(java.lang.String,java.util.Properties)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||