lumis.portal.presentation.tag.page
Class RenderHolderTag

Package class diagram package RenderHolderTag
java.lang.Object
  extended by org.apache.wicket.markup.MarkupElement
      extended by org.apache.wicket.markup.ComponentTag
          extended by lumis.portal.presentation.core.LayoutFileTag
              extended by lumis.portal.presentation.tag.page.LayoutFilePageTag
                  extended by lumis.portal.presentation.tag.page.RenderHolderTag

public class RenderHolderTag
extends LayoutFilePageTag

Tag used for rendering a holder.

Since:
6.0.0

Field Summary
 
Fields inherited from class org.apache.wicket.markup.ComponentTag
DEFAULT_WICKET_NAMESPACE, xmlTag
 
Constructor Summary
  RenderHolderTag(org.apache.wicket.markup.ComponentTag tag, ILayoutFileComponentFactory factory)
           
protected RenderHolderTag(LayoutFilePageTag tag, boolean containsInterfaceTag)
          Creates a new RenderHolderTag based on a LayoutFilePageTag.
 
Method Summary
 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 lumis.portal.presentation.tag.page.LayoutFilePageTag
onBeforeRender, setDummy
 
Methods inherited from class lumis.portal.presentation.core.LayoutFileTag
getComponentFactory
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderHolderTag

public RenderHolderTag(org.apache.wicket.markup.ComponentTag tag,
                       ILayoutFileComponentFactory factory)

RenderHolderTag

protected RenderHolderTag(LayoutFilePageTag tag,
                          boolean containsInterfaceTag)
Creates a new RenderHolderTag based on a LayoutFilePageTag.

Parameters:
tag - the LayoutFilePageTag.
containsInterfaceTag - the value for containsInterfaceTag().
Since:
6.0.0
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

mutable

public RenderHolderTag mutable()
Overrides:
mutable in class LayoutFilePageTag


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.