BEA Systems, Inc.

com.beasys.commerce.foundation.flow.jsp.tags
Class FlowCachedValueTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.foundation.flow.jsp.tags.FlowSessionTag
              |
              +--com.beasys.commerce.foundation.flow.jsp.tags.FlowCachedValueTag
Direct Known Subclasses:
FlowGetCachedValueTag, FlowRemoveCachedValueTag, FlowSetCachedValueTag

public abstract class FlowCachedValueTag
extends FlowSessionTag

Base class for the session value scoped to the application.

See Also:
Serialized Form

Field Summary
protected  boolean global
           
 
Fields inherited from class com.beasys.commerce.foundation.flow.jsp.tags.FlowSessionTag
name, scoped
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
FlowCachedValueTag()
           
 
Method Summary
 void release()
          Release.
 void setGlobal(java.lang.String aBool)
          Set the global parameter.
 
Methods inherited from class com.beasys.commerce.foundation.flow.jsp.tags.FlowSessionTag
getSession, setName, setScoped
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

global

protected boolean global
Constructor Detail

FlowCachedValueTag

public FlowCachedValueTag()
Method Detail

release

public void release()
Release.
Overrides:
release in class FlowSessionTag

setGlobal

public void setGlobal(java.lang.String aBool)
Set the global parameter.
Parameters:
aBool -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved