com.raritantechnologies.prefs.taglibrary
Class FormOpen

java.lang.Object
  extended byBodyTagSupport
      extended bycom.raritantechnologies.prefs.taglibrary.FormOpen

public class FormOpen
extends BodyTagSupport

JSP Custom tag that generates the HTML <form> tag, using the application context (so that the path to the JSP is portable when the webapp is renamed).


Developed by Raritan Technologies .

Author:
Glenn Robitaille
See Also:
Serialized Form

Constructor Summary
FormOpen()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
           
 java.lang.String getUrl()
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormOpen

public FormOpen()
Method Detail

doStartTag

public int doStartTag()

doAfterBody

public int doAfterBody()
                throws JspException
Throws:
JspException

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)