xdoclet.modules.apache.tapestry
Class TapestryTagsHandler
java.lang.Object
xdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.modules.apache.tapestry.TapestryTagsHandler
public class TapestryTagsHandler
- extends XDocletTagSupport
- Version:
- $Revision: 1.1 $
- Author:
- Michael Newcomb (mnewcomb@sourceforge.net)
- xdoclet.taghandler
- namespace = "Tapestry"
- created
- February 4, 2005
Methods inherited from class xdoclet.XDocletTagSupport |
delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasHavingClassTag, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapestryTagsHandler
public TapestryTagsHandler()
currentTagValue
public java.lang.String currentTagValue(java.util.Properties attributes)
throws XDocletException
- Throws:
XDocletException
forAllComponents
public void forAllComponents(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllProperties
public void forAllProperties(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllComponentItems
public void forAllComponentItems(java.lang.String template,
java.util.Properties attributes)
throws XDocletException
- Throws:
XDocletException
forAllBeans
public void forAllBeans(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllBeanItems
public void forAllBeanItems(java.lang.String template,
java.util.Properties attributes)
throws XDocletException
- Throws:
XDocletException
forAllExternalAssets
public void forAllExternalAssets(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllExternalAssetItems
public void forAllExternalAssetItems(java.lang.String template,
java.util.Properties attributes)
throws XDocletException
- Throws:
XDocletException
forAllContextAssets
public void forAllContextAssets(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllContextAssetItems
public void forAllContextAssetItems(java.lang.String template,
java.util.Properties attributes)
throws XDocletException
- Throws:
XDocletException
forAllPrivateAssets
public void forAllPrivateAssets(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllPrivateAssetItems
public void forAllPrivateAssetItems(java.lang.String template,
java.util.Properties attributes)
throws XDocletException
- Throws:
XDocletException
forAllPropertySpecifications
public void forAllPropertySpecifications(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllParameters
public void forAllParameters(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
forAllReservedParameters
public void forAllReservedParameters(java.lang.String template)
throws XDocletException
- Throws:
XDocletException
ifCurrentTagHasAttribute
public void ifCurrentTagHasAttribute(java.lang.String template,
java.util.Properties attributes)
throws XDocletException
- Throws:
XDocletException