it.eng.spago.taglib.html
Class Snipplet

java.lang.Object
  extended by TagSupport
      extended by it.eng.spago.taglib.html.Snipplet

public class Snipplet
extends TagSupport


Constructor Summary
Snipplet()
           
 
Method Summary
 int doStartTag()
          Description of the Method
 java.lang.String getAlias()
          Gets the alias attribute of the Snipplet object
 java.lang.String getUrl()
          Gets the url attribute of the Snipplet object
 void setAlias(java.lang.String alias)
          Sets the alias attribute of the Snipplet object
 void setUrl(java.lang.String url)
          Sets the url attribute of the Snipplet object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snipplet

public Snipplet()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description of the Method

Returns:
Description of the Return Value
Throws:
javax.servlet.jsp.JspException - Description of the Exception

setUrl

public void setUrl(java.lang.String url)
Sets the url attribute of the Snipplet object

Parameters:
url - The new url value

getUrl

public java.lang.String getUrl()
Gets the url attribute of the Snipplet object

Returns:
The url value

setAlias

public void setAlias(java.lang.String alias)
Sets the alias attribute of the Snipplet object

Parameters:
alias. - The new alias value

getAlias

public java.lang.String getAlias()
Gets the alias attribute of the Snipplet object

Returns:
The alias value