BEA Systems, Inc.

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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.foundation.flow.jsp.tags.FlowSessionTag
Direct Known Subclasses:
FlowCachedValueTag, FlowGetApplicationURITag, FlowGetSessionValueTag, FlowRemoveSessionValueTag, FlowSetSessionValueTag

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

Base class for the session value scoped to the application.

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  boolean scoped
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
FlowSessionTag()
           
 
Method Summary
protected  javax.servlet.http.HttpSession getSession()
          Get session.
 void release()
          Release.
 void setName(java.lang.String aName)
          Set name.
 void setScoped(java.lang.String aBool)
          Set scoped.
 
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

name

protected java.lang.String name

scoped

protected boolean scoped
Constructor Detail

FlowSessionTag

public FlowSessionTag()
Method Detail

release

public void release()
Release.
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

getSession

protected javax.servlet.http.HttpSession getSession()
Get session.
Returns:
HttpSession

setName

public void setName(java.lang.String aName)
Set name.
Parameters:
aName -  

setScoped

public void setScoped(java.lang.String aBool)
Set scoped.
Parameters:
aBool -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved