BEA Systems, Inc.

com.beasys.commerce.content.tags
Class SelectByIdTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.content.tags.BaseTag
              |
              +--com.beasys.commerce.content.tags.SelectByIdTag

public class SelectByIdTag
extends BaseTag

A tag which finds a Content via its identifier and places it in a script variable for use.

See Also:
Serialized Form

Constructor Summary
SelectByIdTag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getContentHome()
          Get the value of contentHome.
 java.lang.String getContentId()
          Get the value of contentId.
 java.lang.String getOnNotFound()
          Get the value of onNotFound.
 void release()
          Release any resources.
 void setContentHome(java.lang.String v)
          Set the value of contentHome.
 void setContentId(java.lang.String v)
          Set the value of contentId.
 void setOnNotFound(java.lang.String v)
          Set the value of onNotFound.
 
Methods inherited from class com.beasys.commerce.content.tags.BaseTag
getCacheId, getCacheTimeout, getFailOnError, getHttpSession, getReadOnly, getUseCache, setCacheId, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectByIdTag

public SelectByIdTag()
Method Detail

getContentHome

public java.lang.String getContentHome()
Get the value of contentHome.
Returns:
Value of contentHome.

setContentHome

public void setContentHome(java.lang.String v)
Set the value of contentHome.
Parameters:
v - Value to assign to contentHome.

getContentId

public java.lang.String getContentId()
Get the value of contentId.
Returns:
Value of contentId.

setContentId

public void setContentId(java.lang.String v)
Set the value of contentId.
Parameters:
v - Value to assign to contentId.

getOnNotFound

public java.lang.String getOnNotFound()
Get the value of onNotFound.
Returns:
Value of onNotFound.

setOnNotFound

public void setOnNotFound(java.lang.String v)
Set the value of onNotFound.
Parameters:
v - Value to assign to onNotFound.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Release any resources.
Overrides:
release in class BaseTag

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved