com.sun.portal.wireless.taglibs.cal
Class CalContextTag

java.lang.Object
  extended byBeanTag
      extended bycom.sun.portal.wireless.taglibs.base.ContextTag
          extended bycom.sun.portal.wireless.taglibs.cal.CalContextTag

public class CalContextTag
extends ContextTag

The CalContextTag class is a ContextTag subclass that represents a CalContext tag.

See Also:
Context, Serialized Form

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

CalContextTag

public CalContextTag()
Method Detail

findContext

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

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