net.sf.easyweb4j.tags
Class PostLinkTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by net.sf.easyweb4j.tags.EasyWeb4JTagSupport
          extended by net.sf.easyweb4j.tags.PostLinkTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class PostLinkTag
extends EasyWeb4JTagSupport


Constructor Summary
PostLinkTag()
           
 
Method Summary
 void doTag()
           
 String getHref()
           
 String getTarget()
           
 void setHref(String href)
           
 void setTarget(String target)
           
 
Methods inherited from class net.sf.easyweb4j.tags.EasyWeb4JTagSupport
buildEndTag, buildStartTag, buildStartTag, getDynamicAttributes, getEasyWeb4JContainer, setDynamicAttribute
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostLinkTag

public PostLinkTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
IOException

getHref

public String getHref()

setHref

public void setHref(String href)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)


Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.