BEA Systems, Inc.

com.beasys.commerce.content.tags
Class SelectTag

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

public class SelectTag
extends BaseTag

JSP Tag implementation for searching for content.

See Also:
Serialized Form

Constructor Summary
SelectTag()
           
 
Method Summary
 int doStartTag()
          Run the tag.
 java.lang.String getContentHome()
          Get the value of contentHome.
 java.lang.String getMax()
          Get the value of max.
 java.lang.String getQuery()
          Get the value of query.
 java.lang.String getSortBy()
          Get the value of sortBy.
 void release()
          Release this tag.
 void setContentHome(java.lang.String v)
          Set the value of contentHome.
 void setMax(long l)
          Set the value of max.
 void setMax(java.lang.String v)
          Set the value of max.
 void setQuery(java.lang.String v)
          Set the value of query.
 void setSortBy(java.lang.String v)
          Set the value of sortBy.
 
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

SelectTag

public SelectTag()
Method Detail

release

public void release()
Release this tag.
Overrides:
release in class BaseTag

doStartTag

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

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.

getMax

public java.lang.String getMax()
Get the value of max.
Returns:
Value of max.

setMax

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

setMax

public void setMax(long l)
Set the value of max.

getSortBy

public java.lang.String getSortBy()
Get the value of sortBy.
Returns:
Value of sortBy.

setSortBy

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

getQuery

public java.lang.String getQuery()
Get the value of query.
Returns:
Value of query.

setQuery

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved