tle.framework.customtag
Class LoginCheckTag

java.lang.Object
  extended byTagSupport
      extended bytle.framework.customtag.LoginCheckTag

public class LoginCheckTag
extends TagSupport

·Î±×ÀÎ ¿©ºÎ¸¦ °Ë»çÇϴ ű×. ´ÙÀ½°ú °°ÀÌ login ¼Ó¼ºÀÇ °ªÀ» »ç¿ëÇØ¼­ ·Î±×ÀÎ ÇßÀ» °æ¿ì (¶Ç´Â ·Î±×ÀÎ ÇÏÁö ¾Ê¾ÒÀ» °æ¿ì)¿¡¸¸ ¸öü ³»¿ëÀ» º¸¿©ÁØ´Ù.

   <tle:loginCheck login="true">
   ·Î±×ÀÎ ÇÑ °æ¿ì Ãâ·Â
   </tle:loginCheck>
 

Since:
2.0
Author:
ÃÖ¹ü±Õ
See Also:
Serialized Form

Constructor Summary
LoginCheckTag()
           
 
Method Summary
 int doStartTag()
           
 void setLogin(boolean login)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginCheckTag

public LoginCheckTag()
Method Detail

setLogin

public void setLogin(boolean login)

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException