it.eng.spago.tags
Class DefaultLookupClientTag

java.lang.Object
  extended byTagSupport
      extended byit.eng.spago.tags.DefaultLookupClientTag

public class DefaultLookupClientTag
extends TagSupport

Author:
See Also:
Serialized Form

Field Summary
protected  java.lang.StringBuffer _htmlStream
           
protected  java.lang.String _idlookup
           
 
Constructor Summary
DefaultLookupClientTag()
           
 
Method Summary
 int doStartTag()
           
protected  void makeJavaScript()
           
 void setIdLookup(java.lang.String idlookup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_idlookup

protected java.lang.String _idlookup

_htmlStream

protected java.lang.StringBuffer _htmlStream
Constructor Detail

DefaultLookupClientTag

public DefaultLookupClientTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

makeJavaScript

protected void makeJavaScript()
                       throws JspException
Throws:
JspException

setIdLookup

public void setIdLookup(java.lang.String idlookup)