del.icio.us.tagext
Class GetRecentPostsTag

java.lang.Object
  extended byTagSupport
      extended bydel.icio.us.tagext.GetRecentPostsTag

public class GetRecentPostsTag
extends TagSupport

JSP tag to get a list of recent posts from the del.icio.us service.

Version:
$Id: GetRecentPostsTag.java,v 1.5 2007/01/19 00:14:43 czarneckid Exp $
Author:
Simon Brown
See Also:
Serialized Form

Constructor Summary
GetRecentPostsTag()
           
 
Method Summary
 int doStartTag()
          Called when the opening tag is encountered on the page.
 void setCount(int count)
           
 void setPassword(java.lang.String password)
           
 void setTag(java.lang.String tag)
           
 void setTimeout(long timeout)
           
 void setUsername(java.lang.String username)
           
 void setVar(java.lang.String var)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecentPostsTag

public GetRecentPostsTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Called when the opening tag is encountered on the page.

Returns:
Tag.SKIP_BODY, to skip (empty) body execution
Throws:
JspException - if something goes wrong

setVar

public void setVar(java.lang.String var)

setUsername

public void setUsername(java.lang.String username)

setPassword

public void setPassword(java.lang.String password)

setCount

public void setCount(int count)

setTag

public void setTag(java.lang.String tag)

setTimeout

public void setTimeout(long timeout)