BEA Systems, Inc.

com.beasys.commerce.content.tags
Class PrintPropertyTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.content.tags.BaseTag
              |
              +--com.beasys.commerce.content.tags.GetPropertyTag
                    |
                    +--com.beasys.commerce.content.tags.PrintPropertyTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class PrintPropertyTag
extends GetPropertyTag

Tag to print a property of a ConfigurableEntity.

Since:
2.0
Author:
BEA Systems, Inc.
See Also:
Serialized Form

Fields inherited from class com.beasys.commerce.content.tags.GetPropertyTag
dateFormat, defValue, encodeType, entity, maxLength, name, numFormat, resultId, resultType, scope
 
Fields inherited from class com.beasys.commerce.content.tags.BaseTag
cacheId, cacheScope, cacheTimeout, failOnError, readOnly, useCache
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PrintPropertyTag()
           
 
Method Summary
 java.lang.String getResultId()
          Override to always return null.
 void setResultId(java.lang.String resultId)
          Override to never set the resultId.
 
Methods inherited from class com.beasys.commerce.content.tags.GetPropertyTag
doStartTag, encode, encode, getDateFormat, getDefault, getEncode, getMaxLength, getName, getNumFormat, getResultType, getScope, release, setDateFormat, setDefault, setEncode, setEntity, setMaxLength, setMaxLength, setName, setNumFormat, setResultType, setScope, toString, toString, toString
 
Methods inherited from class com.beasys.commerce.content.tags.BaseTag
getCacheId, getCacheScope, getCacheTimeout, getFailOnError, getHttpSession, getReadOnly, getUseCache, setCacheId, setCacheScope, setCacheTimeout, setCacheTimeout, setFailOnError, setFailOnError, setReadOnly, setReadOnly, setUseCache, setUseCache
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, 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
 

Constructor Detail

PrintPropertyTag

public PrintPropertyTag()
Method Detail

getResultId

public java.lang.String getResultId()
Override to always return null.
Overrides:
getResultId in class GetPropertyTag

setResultId

public void setResultId(java.lang.String resultId)
Override to never set the resultId.
Overrides:
setResultId in class GetPropertyTag

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved