|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts2.views.jsp.StrutsBodyTagSupport
org.apache.struts2.views.jsp.ComponentTagSupport
org.apache.struts2.views.jsp.ui.AbstractUITag
org.apache.struts2.views.jsp.ui.AbstractClosingTag
org.nuiton.wikitty.struts.tag.AbstractWikittyClosingTag
org.nuiton.wikitty.struts.tag.AbstractWikittyTag
public abstract class AbstractWikittyTag
| Field Summary | |
|---|---|
protected BusinessEntity |
businessEntity
|
protected WikittyProxy |
proxy
|
protected Wikitty |
wikitty
|
protected String |
wikittyId
|
| Fields inherited from class org.apache.struts2.views.jsp.ui.AbstractClosingTag |
|---|
openTemplate |
| Fields inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag |
|---|
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, required, requiredposition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value |
| Fields inherited from class org.apache.struts2.views.jsp.ComponentTagSupport |
|---|
component |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
pageContext |
| 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 |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
AbstractWikittyTag()
|
|
| Method Summary | |
|---|---|
BusinessEntity |
getBusinessEntity()
|
WikittyProxy |
getProxy()
|
Wikitty |
getWikitty()
|
String |
getWikittyId()
|
protected void |
populateParams()
|
void |
setBusinessEntity(BusinessEntity businessEntity)
|
void |
setProxy(WikittyProxy proxy)
|
void |
setWikitty(Wikitty wikitty)
|
void |
setWikittyId(String wikittyId)
|
| Methods inherited from class org.apache.struts2.views.jsp.ui.AbstractClosingTag |
|---|
setOpenTemplate |
| Methods inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag |
|---|
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue |
| Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport |
|---|
doEndTag, doStartTag, getBean, getComponent |
| Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport |
|---|
findString, findValue, findValue, getBody, getStack, toString |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
getParent, setPageContext, setParent |
| Field Detail |
|---|
protected Wikitty wikitty
protected BusinessEntity businessEntity
protected WikittyProxy proxy
protected String wikittyId
| Constructor Detail |
|---|
public AbstractWikittyTag()
| Method Detail |
|---|
public String getWikittyId()
public void setWikittyId(String wikittyId)
public Wikitty getWikitty()
public void setWikitty(Wikitty wikitty)
public BusinessEntity getBusinessEntity()
public void setBusinessEntity(BusinessEntity businessEntity)
public WikittyProxy getProxy()
public void setProxy(WikittyProxy proxy)
protected void populateParams()
populateParams in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||