com.sun.portal.wireless.taglibs.util
Class UtilContextTag

java.lang.Object
  extended byBeanTag
      extended bycom.sun.portal.wireless.taglibs.base.ContextTag
          extended bycom.sun.portal.wireless.taglibs.util.UtilContextTag

public class UtilContextTag
extends ContextTag

The UtilContextTag class is a ContextTag subclass that represents a UtilContext tag.

See Also:
Context, Serialized Form

Field Summary
 
Fields inherited from class com.sun.portal.wireless.taglibs.base.ContextTag
configName, testBoolean, testString
 
Constructor Summary
UtilContextTag()
           
 
Method Summary
 Context findContext()
          Gets the UtilContext.
 
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

UtilContextTag

public UtilContextTag()
Method Detail

findContext

public Context findContext()
                    throws java.lang.Exception
Gets the UtilContext.

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