it.eng.spago.tags
Class DefaultLookupTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
it.eng.spago.tags.DefaultLookupTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class DefaultLookupTag
- extends javax.servlet.jsp.tagext.TagSupport
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_requestContainer
protected it.eng.spago.base.RequestContainer _requestContainer
_serviceRequest
protected it.eng.spago.base.SourceBean _serviceRequest
_responseContainer
protected it.eng.spago.base.ResponseContainer _responseContainer
_serviceResponse
protected it.eng.spago.base.SourceBean _serviceResponse
_moduleResponseBean
protected it.eng.spago.base.SourceBean _moduleResponseBean
_moduleName
protected java.lang.String _moduleName
_htmlStream
protected java.lang.StringBuffer _htmlStream
_lista
protected it.eng.spago.base.SourceBean _lista
_pageName
protected java.lang.String _pageName
_columns
protected java.util.List _columns
_idlookup
protected java.lang.String _idlookup
_lookup
protected it.eng.spago.base.SourceBean _lookup
_adapter
protected it.eng.spago.paginator.smart.IFaceListItemAdapter _adapter
DefaultLookupTag
public DefaultLookupTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
makeForm
protected void makeForm()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
makeNavigationButton
protected void makeNavigationButton()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
makeColumns
protected void makeColumns()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
makeRows
protected void makeRows()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
makeButton
protected void makeButton()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
getParametersList
protected java.lang.StringBuffer getParametersList(java.util.List parameters,
it.eng.spago.base.SourceBean row)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
makeJavaScript
protected void makeJavaScript()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
getQueryString
protected java.lang.String getQueryString()
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
setAdapterClass
public void setAdapterClass(java.lang.String adapterClass)