Interface ConditionalTag

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIfName()
      Returns the value of the ifName attribute.
      String getUnlessName()
      Returns the value of the unlessName attribute.
      • Methods inherited from interface org.apache.commons.jelly.Tag

        doTag, getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
    • Method Detail

      • getIfName

        String getIfName()
        Returns the value of the ifName attribute. Here a list of builder names can be returned, for which the tag should be executed.
        Returns:
        a list of supported builders
      • getUnlessName

        String getUnlessName()
        Returns the value of the unlessName attribute. Here a list of builder names can be returned, for which the tag should bot be executed.
        Returns:
        a list of not supported builders