BEA Systems, Inc.

com.beasys.commerce.content.tags
Class BaseTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.content.tags.BaseTag
Direct Known Subclasses:
PrintDocTag, PrintPropertyTag, SelectByIdTag, SelectTag

public abstract class BaseTag
extends javax.servlet.jsp.tagext.TagSupport

The base class for all content tags.

This provides support for the "failOnError" parameter.

See Also:
Serialized Form

Constructor Summary
BaseTag()
           
 
Method Summary
 java.lang.String getCacheId()
          Get the value of cacheId.
 java.lang.String getCacheTimeout()
          Get the value of cacheTimeout.
 java.lang.String getFailOnError()
          Get the value of "failOnError" as a string.
 javax.servlet.http.HttpSession getHttpSession()
          Get the current HttpSession.
 java.lang.String getReadOnly()
          Get the value of readOnly as a String.
 java.lang.String getUseCache()
          Get the value of useCache.
 void release()
          Release the tag by setting everything to the default.
 void setCacheId(java.lang.String s)
          Set the value of cacheId.
 void setCacheTimeout(long l)
           
 void setCacheTimeout(java.lang.String v)
          Set the value of cacheTimeout.
 void setFailOnError(boolean b)
          Set the value of failOnError.
 void setFailOnError(java.lang.String s)
          Set the value of "failOnError".
 void setReadOnly(boolean b)
          Set the value of readOnly.
 void setReadOnly(java.lang.String s)
          Set the value of readOnly.
 void setUseCache(boolean b)
           
 void setUseCache(java.lang.String s)
          Set the value of useCache.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, doStartTag, 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

BaseTag

public BaseTag()
Method Detail

release

public void release()
Release the tag by setting everything to the default.
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

getHttpSession

public javax.servlet.http.HttpSession getHttpSession()
Get the current HttpSession.

getFailOnError

public java.lang.String getFailOnError()
Get the value of "failOnError" as a string.

setFailOnError

public void setFailOnError(java.lang.String s)
Set the value of "failOnError".

setFailOnError

public void setFailOnError(boolean b)
Set the value of failOnError.

getReadOnly

public java.lang.String getReadOnly()
Get the value of readOnly as a String.

setReadOnly

public void setReadOnly(java.lang.String s)
Set the value of readOnly.

setReadOnly

public void setReadOnly(boolean b)
Set the value of readOnly.

getUseCache

public java.lang.String getUseCache()
Get the value of useCache.

setUseCache

public void setUseCache(java.lang.String s)
Set the value of useCache.

setUseCache

public void setUseCache(boolean b)

getCacheId

public java.lang.String getCacheId()
Get the value of cacheId.

setCacheId

public void setCacheId(java.lang.String s)
Set the value of cacheId.

getCacheTimeout

public java.lang.String getCacheTimeout()
Get the value of cacheTimeout.

setCacheTimeout

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

setCacheTimeout

public void setCacheTimeout(long l)

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved