com.darwinsys.jsptags
Class LoggedInTag

java.lang.Object
  extended byBodyTagSupport
      extended bycom.darwinsys.jsptags.LoggedInTag

public class LoggedInTag
extends BodyTagSupport

LoggedInUser - include body content if the user is logged in as "user".

Version:
$Id: LoggedInTag.java,v 1.2 2004/06/16 18:50:24 ian Exp $
See Also:
Serialized Form

Constructor Summary
LoggedInTag()
           
 
Method Summary
 int doStartTag()
          Invoked at the tag start boundary; does the work
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedInTag

public LoggedInTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Invoked at the tag start boundary; does the work

Throws:
JspException


Copyright © 2000-2003 Ian F. Darwin. See license.html for usage license.