com.sun.portal.wireless.taglibs.ab
Class ABContextTag

java.lang.Object
  extended byBeanTag
      extended bycom.sun.portal.wireless.taglibs.base.ContextTag
          extended bycom.sun.portal.wireless.taglibs.ab.ABContextTag

public class ABContextTag
extends ContextTag

The ABContextTag class is a ContextTag subclass that represents an ABContext tag.

See Also:
ABContext, Serialized Form

Field Summary
 
Fields inherited from class com.sun.portal.wireless.taglibs.base.ContextTag
configName, testBoolean, testString
 
Constructor Summary
ABContextTag()
           
 
Method Summary
 Context findContext()
          Finds the saved context, or creates a new context.
 
Methods inherited from class com.sun.portal.wireless.taglibs.base.ContextTag
computeConfigName, doStartTag, findBean, newBean, release, setConfig, setTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ABContextTag

public ABContextTag()
Method Detail

findContext

public Context findContext()
                    throws java.lang.Exception
Finds the saved context, or creates a new context.

Typically the context is saved in the session. If not found then a new context is created and saved in the session for use later.

Specified by:
findContext in class ContextTag
Returns:
the context
Throws:
java.lang.Exception