Class RenderHolderTag


  • public class RenderHolderTag
    extends LayoutFilePageTag
    Tag used for rendering a holder.
    Since:
    6.0.0
    Version:
    $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
    • Field Summary

      • Fields inherited from class org.apache.wicket.markup.ComponentTag

        DEFAULT_WICKET_NAMESPACE, xmlTag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsInterfaceTag()
      Indicates whether this tag contains an interface tag in it.
      RenderHolderTag mutable()  
      void setContainsInterfaceTag​(boolean containsInterfaceTag)
      Sets whether this tag contains an interface tag in it.
      • Methods inherited from class org.apache.wicket.markup.ComponentTag

        addBehavior, closes, enableAutolink, equalTo, getAttribute, getAttributes, getBehaviors, getId, getLength, getMarkupClass, getName, getNameChanged, getNamespace, getOpenTag, getPath, getPos, getString, getType, getUserData, hasBehaviors, hasEqualTagName, hasNoCloseTag, isAutoComponentTag, isAutolinkEnabled, isClose, isIgnore, isModified, isOpen, isOpen, isOpenClose, isOpenClose, makeImmutable, put, put, put, put, putAll, remove, requiresCloseTag, setAutoComponentTag, setHasNoCloseTag, setId, setIgnore, setMarkupClass, setModified, setName, setNamespace, setOpenTag, setType, setUserData, syntheticCloseTagString, toCharSequence, toString, toUserDebugString, writeOutput
    • Method Detail

      • containsInterfaceTag

        public boolean containsInterfaceTag()
        Indicates whether this tag contains an interface tag in it.
        Returns:
        whether this tag contains an interface tag in it.
        Since:
        6.0.0
      • setContainsInterfaceTag

        public void setContainsInterfaceTag​(boolean containsInterfaceTag)
        Sets whether this tag contains an interface tag in it.
        Parameters:
        containsInterfaceTag - whether this tag contains an interface tag in it.
        Since:
        6.0.0