edu.uoc.tfc.web.tags
Class DataTablesAjaxResponseTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts.taglib.html.BaseHandlerTag
              extended by org.apache.struts.taglib.html.BaseInputTag
                  extended by org.apache.struts.taglib.html.BaseFieldTag
                      extended by edu.uoc.tfc.web.tags.EmktBaseTag
                          extended by edu.uoc.tfc.web.tags.DataTablesAjaxResponseTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class DataTablesAjaxResponseTag
extends EmktBaseTag

See Also:
Serialized Form

Nested Class Summary
static class DataTablesAjaxResponseTag.JSONObject
           
 
Field Summary
 
Fields inherited from class edu.uoc.tfc.web.tags.EmktBaseTag
MAX_DEEP
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
DataTablesAjaxResponseTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getColumnIdName()
           
 java.lang.String getColumnNames()
           
 javax.servlet.jsp.PageContext getPageContext()
          Returns pageContext.
 void setColumnIdName(java.lang.String columnIdName)
           
 void setColumnNames(java.lang.String columnNames)
           
 void setPageContext(javax.servlet.jsp.PageContext pageContext)
          Setear el contexto de la pagina.
 
Methods inherited from class edu.uoc.tfc.web.tags.EmktBaseTag
isModal, isPrettyWrite, isReadonly, isRequired, setModal, setPrettyWrite, setReadonly, setRequired
 
Methods inherited from class org.apache.struts.taglib.html.BaseFieldTag
getAccept, getRedisplay, release, setAccept, setRedisplay
 
Methods inherited from class org.apache.struts.taglib.html.BaseInputTag
getCols, getMaxlength, getName, getProperty, getRows, getSize, getValue, setCols, setMaxlength, setName, setProperty, setRows, setSize, setValue
 
Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, release, setParent
 

Constructor Detail

DataTablesAjaxResponseTag

public DataTablesAjaxResponseTag()
Method Detail

getColumnNames

public java.lang.String getColumnNames()

setColumnNames

public void setColumnNames(java.lang.String columnNames)

getColumnIdName

public java.lang.String getColumnIdName()

setColumnIdName

public void setColumnIdName(java.lang.String columnIdName)

getPageContext

public javax.servlet.jsp.PageContext getPageContext()
Returns pageContext.

Returns:
pageContext

setPageContext

public void setPageContext(javax.servlet.jsp.PageContext pageContext)
Setear el contexto de la pagina.

Specified by:
setPageContext in interface javax.servlet.jsp.tagext.Tag
Overrides:
setPageContext in class javax.servlet.jsp.tagext.TagSupport
Parameters:
pageContext - el contexto de la pagina.
See Also:
Tag.setPageContext(javax.servlet.jsp.PageContext)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class org.apache.struts.taglib.html.BaseFieldTag
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class org.apache.struts.taglib.html.BaseInputTag