it.eng.spago.tags
Class DefaultListTag

java.lang.Object
  extended by TagSupport
      extended by it.eng.spago.tags.DefaultListTag

public class DefaultListTag
extends TagSupport

Author:

Field Summary
protected  java.lang.String _actionName
           
protected  IFaceListItemAdapter _adapter
           
protected  java.util.List _columns
           
protected  SourceBean _content
           
protected  java.lang.StringBuffer _htmlStream
           
protected  SourceBean _layout
           
protected  java.lang.String _moduleName
           
protected  java.lang.String _providerURL
           
protected  RequestContainer _requestContainer
           
protected  ResponseContainer _responseContainer
           
protected  java.lang.String _serviceName
           
protected  SourceBean _serviceRequest
           
protected  SourceBean _serviceResponse
           
 
Constructor Summary
DefaultListTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
protected  java.lang.StringBuffer getParametersList(java.util.List parameters, SourceBean row)
           
protected  java.lang.String getQueryString()
           
protected  void makeButton()
           
protected  void makeColumns()
           
protected  void makeForm()
           
protected  void makeJavaScript()
           
protected  void makeNavigationButton()
           
protected  void makeRows()
           
 void setActionName(java.lang.String actionName)
           
 void setAdapterClass(java.lang.String adapterClass)
           
 void setModuleName(java.lang.String moduleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_actionName

protected java.lang.String _actionName

_moduleName

protected java.lang.String _moduleName

_adapter

protected IFaceListItemAdapter _adapter

_serviceName

protected java.lang.String _serviceName

_content

protected SourceBean _content

_layout

protected SourceBean _layout

_providerURL

protected java.lang.String _providerURL

_requestContainer

protected RequestContainer _requestContainer

_serviceRequest

protected SourceBean _serviceRequest

_responseContainer

protected ResponseContainer _responseContainer

_serviceResponse

protected SourceBean _serviceResponse

_htmlStream

protected java.lang.StringBuffer _htmlStream

_columns

protected java.util.List _columns
Constructor Detail

DefaultListTag

public DefaultListTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

makeForm

protected void makeForm()
                 throws JspException
Throws:
JspException

makeJavaScript

protected void makeJavaScript()

makeNavigationButton

protected void makeNavigationButton()
                             throws JspException
Throws:
JspException

makeColumns

protected void makeColumns()
                    throws JspException
Throws:
JspException

makeRows

protected void makeRows()
                 throws JspException
Throws:
JspException

makeButton

protected void makeButton()
                   throws JspException
Throws:
JspException

getParametersList

protected java.lang.StringBuffer getParametersList(java.util.List parameters,
                                                   SourceBean row)
                                            throws JspException
Throws:
JspException

getQueryString

protected java.lang.String getQueryString()

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

setActionName

public void setActionName(java.lang.String actionName)

setModuleName

public void setModuleName(java.lang.String moduleName)

setAdapterClass

public void setAdapterClass(java.lang.String adapterClass)