com.sun.portal.wireless.taglibs.mail
Class MailContextTag

java.lang.Object
  extended byBeanTag
      extended bycom.sun.portal.wireless.taglibs.base.ContextTag
          extended bycom.sun.portal.wireless.taglibs.mail.MailContextTag

public class MailContextTag
extends ContextTag

The MailContextTag class is a ContextTag subclass that represents a MailContext tag.

See Also:
Serialized Form

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

MailContextTag

public MailContextTag()
Method Detail

findContext

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

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