org.broadleafcommerce.core.web.layout.tags
Class ContentDisplayTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.broadleafcommerce.core.web.layout.tags.ContentDisplayTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
RandomContentDisplayTag

Deprecated. This class could be removed in a future version of the framework.

@Deprecated
public class ContentDisplayTag
extends javax.servlet.jsp.tagext.BodyTagSupport

This tag is no longer used. Broadleaf 1.5 introduced the CMS system and uses a similar but functionally very different tag DisplayContentTag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ContentDisplayTag()
          Deprecated.  
 
Method Summary
 int doStartTag()
          Deprecated.  
 String getContentKey()
          Deprecated.  
 String getContentType()
          Deprecated.  
 String getVarFirstItem()
          Deprecated.  
 String getVarList()
          Deprecated.  
 void setContentKey(String contentKey)
          Deprecated.  
 void setContentType(String contentType)
          Deprecated.  
 void setVarFirstItem(String varFirstItem)
          Deprecated.  
 void setVarList(String varList)
          Deprecated.  
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ContentDisplayTag

public ContentDisplayTag()
Deprecated. 
Method Detail

getContentKey

public String getContentKey()
Deprecated. 

setContentKey

public void setContentKey(String contentKey)
Deprecated. 

getContentType

public String getContentType()
Deprecated. 

setContentType

public void setContentType(String contentType)
Deprecated. 

getVarList

public String getVarList()
Deprecated. 

setVarList

public void setVarList(String varList)
Deprecated. 

getVarFirstItem

public String getVarFirstItem()
Deprecated. 

setVarFirstItem

public void setVarFirstItem(String varFirstItem)
Deprecated. 

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Deprecated. 
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 2013. All Rights Reserved.