|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport ecar.taglib.util.BarraLinksItemEstruturaTag
public class BarraLinksItemEstruturaTag
Field Summary | |
---|---|
private java.lang.String |
codItemEstrutura
|
private java.lang.String |
contextPath
|
private java.lang.Boolean |
desabilitarLinks
|
private EstruturaEtt |
estrutura
|
private java.lang.String |
selectedFuncao
|
private static long |
serialVersionUID
|
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 |
Constructor Summary | |
---|---|
BarraLinksItemEstruturaTag()
|
Method Summary | |
---|---|
int |
doEndTag()
Encerra Tag. |
int |
doStartTag()
Inicializa a montagem da tag para ser adicionada na tela de HTML. |
java.lang.String |
getCodItemEstrutura()
Retorna String codItemEstrutura. |
java.lang.String |
getContextPath()
Retorna String contextPath. |
java.lang.Boolean |
getDesabilitarLinks()
Retorna Boolean desabilitarLinks. |
EstruturaEtt |
getEstrutura()
Retorna EstruturaEtt estrutura. |
java.lang.String |
getSelectedFuncao()
Retorna String selectedFuncao. |
void |
setCodItemEstrutura(java.lang.String codItemEstrutura)
Atribui valor especificado para String codItemEstrutura. |
void |
setContextPath(java.lang.String contextPath)
Atribui valor especificado para String contextPath. |
void |
setDesabilitarLinks(java.lang.Boolean desabilitarLinks)
Atribui valor especificado para Boolean desabilitarLinks. |
void |
setEstrutura(EstruturaEtt estrutura)
Atribui valor especificado para EstruturaEtt estrutura. |
void |
setSelectedFuncao(java.lang.String selectedEstrutura)
Atribui valor especificado para String selectedFuncao. |
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 |
Field Detail |
---|
private static final long serialVersionUID
private EstruturaEtt estrutura
private java.lang.String selectedFuncao
private java.lang.String codItemEstrutura
private java.lang.Boolean desabilitarLinks
private java.lang.String contextPath
Constructor Detail |
---|
public BarraLinksItemEstruturaTag()
Method Detail |
---|
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public java.lang.String getSelectedFuncao()
public void setSelectedFuncao(java.lang.String selectedEstrutura)
String
- selectedEstrutura - (The selectedEstrutura to set)public EstruturaEtt getEstrutura()
public void setEstrutura(EstruturaEtt estrutura)
EstruturaEtt
- estrutura - (The estrutura to set)public java.lang.String getCodItemEstrutura()
public void setCodItemEstrutura(java.lang.String codItemEstrutura)
String
- codItemEstrutura - (The codItemEstrutura to set)public java.lang.Boolean getDesabilitarLinks()
public void setDesabilitarLinks(java.lang.Boolean desabilitarLinks)
Boolean
- desabilitarLinks - (The desabilitarLinks to set)public java.lang.String getContextPath()
public void setContextPath(java.lang.String contextPath)
String
- contextPath
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |