|
|||||||||
| Home >> All >> org >> apache >> strutsel >> taglib >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.strutsel.taglib.html
Class ELFrameTag

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.LinkTag
org.apache.struts.taglib.html.FrameTag
org.apache.strutsel.taglib.html.ELFrameTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class ELFrameTag
- extends org.apache.struts.taglib.html.FrameTag
Generate an HTML <frame> tag with similar capabilities as
those the <html:link> tag provides for hyperlink
elements. The src element is rendered using the same technique
that LinkTag uses to render
the href attribute of a hyperlink. Additionally, the HTML 4.0
frame tag attributes noresize, scrolling,
marginheight, marginwidth,
frameborder, and longdesc are supported. The
frame name attribute is rendered based on the
frameName property.
Note that the value of longdesc is intended to be a URI, but
currently no rewriting is supported. The attribute is set directly from
the property value.
This class is a subclass of the class
org.apache.struts.taglib.html.FrameTag which provides most of
the described functionality. This subclass allows all attribute values to
be specified as expressions utilizing the JavaServer Pages Standard Library
expression language.
- Version:
- $Rev: 123585 $
| Field Summary | |
private java.lang.String |
actionExpr
Instance variable mapped to "action" tag attribute. |
private java.lang.String |
anchorExpr
Instance variable mapped to "anchor" tag attribute. |
private java.lang.String |
bundleExpr
Instance variable mapped to "bundle" tag attribute. |
private java.lang.String |
forwardExpr
Instance variable mapped to "forward" tag attribute. |
private java.lang.String |
frameborderExpr
Instance variable mapped to "frameborder" tag attribute. |
private java.lang.String |
frameNameExpr
Instance variable mapped to "frameName" tag attribute. |
private java.lang.String |
hrefExpr
Instance variable mapped to "href" tag attribute. |
private java.lang.String |
longdescExpr
Instance variable mapped to "longdesc" tag attribute. |
private java.lang.String |
marginheightExpr
Instance variable mapped to "marginheight" tag attribute. |
private java.lang.String |
marginwidthExpr
Instance variable mapped to "marginwidth" tag attribute. |
private java.lang.String |
moduleExpr
Instance variable mapped to "module" tag attribute. |
private java.lang.String |
nameExpr
Instance variable mapped to "name" tag attribute. |
private java.lang.String |
noresizeExpr
Instance variable mapped to "noresize" tag attribute. |
private java.lang.String |
pageExpr
Instance variable mapped to "page" tag attribute. |
private java.lang.String |
paramIdExpr
Instance variable mapped to "paramId" tag attribute. |
private java.lang.String |
paramNameExpr
Instance variable mapped to "paramName" tag attribute. |
private java.lang.String |
paramPropertyExpr
Instance variable mapped to "paramProperty" tag attribute. |
private java.lang.String |
paramScopeExpr
Instance variable mapped to "paramScope" tag attribute. |
private java.lang.String |
propertyExpr
Instance variable mapped to "property" tag attribute. |
private java.lang.String |
scopeExpr
Instance variable mapped to "scope" tag attribute. |
private java.lang.String |
scrollingExpr
Instance variable mapped to "scrolling" tag attribute. |
private java.lang.String |
styleClassExpr
Instance variable mapped to "styleClass" tag attribute. |
private java.lang.String |
styleExpr
Instance variable mapped to "style" tag attribute. |
private java.lang.String |
styleIdExpr
Instance variable mapped to "styleId" tag attribute. |
private java.lang.String |
titleExpr
Instance variable mapped to "title" tag attribute. |
private java.lang.String |
titleKeyExpr
Instance variable mapped to "titleKey" tag attribute. |
private java.lang.String |
transactionExpr
Instance variable mapped to "transaction" tag attribute. |
| Fields inherited from class org.apache.struts.taglib.html.FrameTag |
frameborder, frameName, longdesc, marginheight, marginwidth, noresize, scrolling |
| Fields inherited from class org.apache.struts.taglib.html.LinkTag |
action, anchor, forward, href, indexId, linkName, messages, module, name, page, paramId, paramName, paramProperty, paramScope, property, scope, target, text, transaction, useLocalEncoding |
| Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
accesskey, defaultLocale, doDisabled, doReadonly, indexed, tabindex |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, 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 | |
ELFrameTag()
|
|
| Method Summary | |
int |
doStartTag()
Process the start tag. |
private void |
evaluateExpressions()
Processes all attribute values which use the JSTL expression evaluation engine to determine their values. |
java.lang.String |
getActionExpr()
Getter method for "action" tag attribute. |
java.lang.String |
getAnchorExpr()
Getter method for "anchor" tag attribute. |
java.lang.String |
getBundleExpr()
Getter method for "bundle" tag attribute. |
java.lang.String |
getForwardExpr()
Getter method for "forward" tag attribute. |
java.lang.String |
getFrameborderExpr()
Getter method for "frameborder" tag attribute. |
java.lang.String |
getFrameNameExpr()
Getter method for "frameName" tag attribute. |
java.lang.String |
getHrefExpr()
Getter method for "href" tag attribute. |
java.lang.String |
getLongdescExpr()
Getter method for "longdesc" tag attribute. |
java.lang.String |
getMarginheightExpr()
Getter method for "marginheight" tag attribute. |
java.lang.String |
getMarginwidthExpr()
Getter method for "marginwidth" tag attribute. |
java.lang.String |
getModuleExpr()
Getter method for "module" tag attribute. |
java.lang.String |
getNameExpr()
Getter method for "name" tag attribute. |
java.lang.String |
getNoresizeExpr()
Getter method for "noresize" tag attribute. |
java.lang.String |
getPageExpr()
Getter method for "page" tag attribute. |
java.lang.String |
getParamIdExpr()
Getter method for "paramId" tag attribute. |
java.lang.String |
getParamNameExpr()
Getter method for "paramName" tag attribute. |
java.lang.String |
getParamPropertyExpr()
Getter method for "paramProperty" tag attribute. |
java.lang.String |
getParamScopeExpr()
Getter method for "paramScope" tag attribute. |
java.lang.String |
getPropertyExpr()
Getter method for "property" tag attribute. |
java.lang.String |
getScopeExpr()
Getter method for "scope" tag attribute. |
java.lang.String |
getScrollingExpr()
Getter method for "scrolling" tag attribute. |
java.lang.String |
getStyleClassExpr()
Getter method for "styleClass" tag attribute. |
java.lang.String |
getStyleExpr()
Getter method for "style" tag attribute. |
java.lang.String |
getStyleIdExpr()
Getter method for "styleId" tag attribute. |
java.lang.String |
getTitleExpr()
Getter method for "title" tag attribute. |
java.lang.String |
getTitleKeyExpr()
Getter method for "titleKey" tag attribute. |
java.lang.String |
getTransactionExpr()
Getter method for "transaction" tag attribute. |
void |
release()
Resets attribute values for tag reuse. |
void |
setActionExpr(java.lang.String actionExpr)
Setter method for "action" tag attribute. |
void |
setAnchorExpr(java.lang.String anchorExpr)
Setter method for "anchor" tag attribute. |
void |
setBundleExpr(java.lang.String bundleExpr)
Setter method for "bundle" tag attribute. |
void |
setForwardExpr(java.lang.String forwardExpr)
Setter method for "forward" tag attribute. |
void |
setFrameborderExpr(java.lang.String frameborderExpr)
Setter method for "frameborder" tag attribute. |
void |
setFrameNameExpr(java.lang.String frameNameExpr)
Setter method for "frameName" tag attribute. |
void |
setHrefExpr(java.lang.String hrefExpr)
Setter method for "href" tag attribute. |
void |
setLongdescExpr(java.lang.String longdescExpr)
Setter method for "longdesc" tag attribute. |
void |
setMarginheightExpr(java.lang.String marginheightExpr)
Setter method for "marginheight" tag attribute. |
void |
setMarginwidthExpr(java.lang.String marginwidthExpr)
Setter method for "marginwidth" tag attribute. |
void |
setModuleExpr(java.lang.String moduleExpr)
Setter method for "module" tag attribute. |
void |
setNameExpr(java.lang.String nameExpr)
Setter method for "name" tag attribute. |
void |
setNoresizeExpr(java.lang.String noresizeExpr)
Setter method for "noresize" tag attribute. |
void |
setPageExpr(java.lang.String pageExpr)
Setter method for "page" tag attribute. |
void |
setParamIdExpr(java.lang.String paramIdExpr)
Setter method for "paramId" tag attribute. |
void |
setParamNameExpr(java.lang.String paramNameExpr)
Setter method for "paramName" tag attribute. |
void |
setParamPropertyExpr(java.lang.String paramPropertyExpr)
Setter method for "paramProperty" tag attribute. |
void |
setParamScopeExpr(java.lang.String paramScopeExpr)
Setter method for "paramScope" tag attribute. |
void |
setPropertyExpr(java.lang.String propertyExpr)
Setter method for "property" tag attribute. |
void |
setScopeExpr(java.lang.String scopeExpr)
Setter method for "scope" tag attribute. |
void |
setScrollingExpr(java.lang.String scrollingExpr)
Setter method for "scrolling" tag attribute. |
void |
setStyleClassExpr(java.lang.String styleClassExpr)
Setter method for "styleClass" tag attribute. |
void |
setStyleExpr(java.lang.String styleExpr)
Setter method for "style" tag attribute. |
void |
setStyleIdExpr(java.lang.String styleIdExpr)
Setter method for "styleId" tag attribute. |
void |
setTitleExpr(java.lang.String titleExpr)
Setter method for "title" tag attribute. |
void |
setTitleKeyExpr(java.lang.String titleKeyExpr)
Setter method for "titleKey" tag attribute. |
void |
setTransactionExpr(java.lang.String transactionExpr)
Setter method for "transaction" tag attribute. |
| Methods inherited from class org.apache.struts.taglib.html.FrameTag |
doEndTag, getFrameborder, getFrameName, getLongdesc, getMarginheight, getMarginwidth, getNoresize, getScrolling, setFrameborder, setFrameName, setLongdesc, setMarginheight, setMarginwidth, setNoresize, setScrolling |
| Methods inherited from class org.apache.struts.taglib.html.LinkTag |
calculateURL, doAfterBody, getAction, getAnchor, getForward, getHref, getIndexId, getLinkName, getModule, getName, getPage, getParamId, getParamName, getParamProperty, getParamScope, getProperty, getScope, getTarget, getTransaction, isUseLocalEncoding, setAction, setAnchor, setForward, setHref, setIndexId, setLinkName, setModule, setName, setPage, setParamId, setParamName, setParamProperty, setParamScope, setProperty, setScope, setTarget, setTransaction, setUseLocalEncoding |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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 |
actionExpr
private java.lang.String actionExpr
- Instance variable mapped to "action" tag attribute.
(Mapping set in associated BeanInfo class.)
moduleExpr
private java.lang.String moduleExpr
- Instance variable mapped to "module" tag attribute.
(Mapping set in associated BeanInfo class.)
anchorExpr
private java.lang.String anchorExpr
- Instance variable mapped to "anchor" tag attribute.
(Mapping set in associated BeanInfo class.)
bundleExpr
private java.lang.String bundleExpr
- Instance variable mapped to "bundle" tag attribute.
(Mapping set in associated BeanInfo class.)
forwardExpr
private java.lang.String forwardExpr
- Instance variable mapped to "forward" tag attribute.
(Mapping set in associated BeanInfo class.)
frameborderExpr
private java.lang.String frameborderExpr
- Instance variable mapped to "frameborder" tag attribute.
(Mapping set in associated BeanInfo class.)
frameNameExpr
private java.lang.String frameNameExpr
- Instance variable mapped to "frameName" tag attribute.
(Mapping set in associated BeanInfo class.)
hrefExpr
private java.lang.String hrefExpr
- Instance variable mapped to "href" tag attribute.
(Mapping set in associated BeanInfo class.)
longdescExpr
private java.lang.String longdescExpr
- Instance variable mapped to "longdesc" tag attribute.
(Mapping set in associated BeanInfo class.)
marginheightExpr
private java.lang.String marginheightExpr
- Instance variable mapped to "marginheight" tag attribute.
(Mapping set in associated BeanInfo class.)
marginwidthExpr
private java.lang.String marginwidthExpr
- Instance variable mapped to "marginwidth" tag attribute.
(Mapping set in associated BeanInfo class.)
nameExpr
private java.lang.String nameExpr
- Instance variable mapped to "name" tag attribute.
(Mapping set in associated BeanInfo class.)
noresizeExpr
private java.lang.String noresizeExpr
- Instance variable mapped to "noresize" tag attribute.
(Mapping set in associated BeanInfo class.)
pageExpr
private java.lang.String pageExpr
- Instance variable mapped to "page" tag attribute.
(Mapping set in associated BeanInfo class.)
paramIdExpr
private java.lang.String paramIdExpr
- Instance variable mapped to "paramId" tag attribute.
(Mapping set in associated BeanInfo class.)
paramNameExpr
private java.lang.String paramNameExpr
- Instance variable mapped to "paramName" tag attribute.
(Mapping set in associated BeanInfo class.)
paramPropertyExpr
private java.lang.String paramPropertyExpr
- Instance variable mapped to "paramProperty" tag attribute.
(Mapping set in associated BeanInfo class.)
paramScopeExpr
private java.lang.String paramScopeExpr
- Instance variable mapped to "paramScope" tag attribute.
(Mapping set in associated BeanInfo class.)
propertyExpr
private java.lang.String propertyExpr
- Instance variable mapped to "property" tag attribute.
(Mapping set in associated BeanInfo class.)
scopeExpr
private java.lang.String scopeExpr
- Instance variable mapped to "scope" tag attribute.
(Mapping set in associated BeanInfo class.)
scrollingExpr
private java.lang.String scrollingExpr
- Instance variable mapped to "scrolling" tag attribute.
(Mapping set in associated BeanInfo class.)
styleExpr
private java.lang.String styleExpr
- Instance variable mapped to "style" tag attribute.
(Mapping set in associated BeanInfo class.)
styleClassExpr
private java.lang.String styleClassExpr
- Instance variable mapped to "styleClass" tag attribute.
(Mapping set in associated BeanInfo class.)
styleIdExpr
private java.lang.String styleIdExpr
- Instance variable mapped to "styleId" tag attribute.
(Mapping set in associated BeanInfo class.)
titleExpr
private java.lang.String titleExpr
- Instance variable mapped to "title" tag attribute.
(Mapping set in associated BeanInfo class.)
titleKeyExpr
private java.lang.String titleKeyExpr
- Instance variable mapped to "titleKey" tag attribute.
(Mapping set in associated BeanInfo class.)
transactionExpr
private java.lang.String transactionExpr
- Instance variable mapped to "transaction" tag attribute.
(Mapping set in associated BeanInfo class.)
| Constructor Detail |
ELFrameTag
public ELFrameTag()
| Method Detail |
getActionExpr
public java.lang.String getActionExpr()
- Getter method for "action" tag attribute.
(Mapping set in associated BeanInfo class.)
getModuleExpr
public java.lang.String getModuleExpr()
- Getter method for "module" tag attribute.
(Mapping set in associated BeanInfo class.)
getAnchorExpr
public java.lang.String getAnchorExpr()
- Getter method for "anchor" tag attribute.
(Mapping set in associated BeanInfo class.)
getBundleExpr
public java.lang.String getBundleExpr()
- Getter method for "bundle" tag attribute.
(Mapping set in associated BeanInfo class.)
getForwardExpr
public java.lang.String getForwardExpr()
- Getter method for "forward" tag attribute.
(Mapping set in associated BeanInfo class.)
getFrameborderExpr
public java.lang.String getFrameborderExpr()
- Getter method for "frameborder" tag attribute.
(Mapping set in associated BeanInfo class.)
getFrameNameExpr
public java.lang.String getFrameNameExpr()
- Getter method for "frameName" tag attribute.
(Mapping set in associated BeanInfo class.)
getHrefExpr
public java.lang.String getHrefExpr()
- Getter method for "href" tag attribute.
(Mapping set in associated BeanInfo class.)
getLongdescExpr
public java.lang.String getLongdescExpr()
- Getter method for "longdesc" tag attribute.
(Mapping set in associated BeanInfo class.)
getMarginheightExpr
public java.lang.String getMarginheightExpr()
- Getter method for "marginheight" tag attribute.
(Mapping set in associated BeanInfo class.)
getMarginwidthExpr
public java.lang.String getMarginwidthExpr()
- Getter method for "marginwidth" tag attribute.
(Mapping set in associated BeanInfo class.)
getNameExpr
public java.lang.String getNameExpr()
- Getter method for "name" tag attribute.
(Mapping set in associated BeanInfo class.)
getNoresizeExpr
public java.lang.String getNoresizeExpr()
- Getter method for "noresize" tag attribute.
(Mapping set in associated BeanInfo class.)
getPageExpr
public java.lang.String getPageExpr()
- Getter method for "page" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamIdExpr
public java.lang.String getParamIdExpr()
- Getter method for "paramId" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamNameExpr
public java.lang.String getParamNameExpr()
- Getter method for "paramName" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamPropertyExpr
public java.lang.String getParamPropertyExpr()
- Getter method for "paramProperty" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamScopeExpr
public java.lang.String getParamScopeExpr()
- Getter method for "paramScope" tag attribute.
(Mapping set in associated BeanInfo class.)
getPropertyExpr
public java.lang.String getPropertyExpr()
- Getter method for "property" tag attribute.
(Mapping set in associated BeanInfo class.)
getScopeExpr
public java.lang.String getScopeExpr()
- Getter method for "scope" tag attribute.
(Mapping set in associated BeanInfo class.)
getScrollingExpr
public java.lang.String getScrollingExpr()
- Getter method for "scrolling" tag attribute.
(Mapping set in associated BeanInfo class.)
getStyleExpr
public java.lang.String getStyleExpr()
- Getter method for "style" tag attribute.
(Mapping set in associated BeanInfo class.)
getStyleClassExpr
public java.lang.String getStyleClassExpr()
- Getter method for "styleClass" tag attribute.
(Mapping set in associated BeanInfo class.)
getStyleIdExpr
public java.lang.String getStyleIdExpr()
- Getter method for "styleId" tag attribute.
(Mapping set in associated BeanInfo class.)
getTitleExpr
public java.lang.String getTitleExpr()
- Getter method for "title" tag attribute.
(Mapping set in associated BeanInfo class.)
getTitleKeyExpr
public java.lang.String getTitleKeyExpr()
- Getter method for "titleKey" tag attribute.
(Mapping set in associated BeanInfo class.)
getTransactionExpr
public java.lang.String getTransactionExpr()
- Getter method for "transaction" tag attribute.
(Mapping set in associated BeanInfo class.)
setActionExpr
public void setActionExpr(java.lang.String actionExpr)
- Setter method for "action" tag attribute.
(Mapping set in associated BeanInfo class.)
setModuleExpr
public void setModuleExpr(java.lang.String moduleExpr)
- Setter method for "module" tag attribute.
(Mapping set in associated BeanInfo class.)
setAnchorExpr
public void setAnchorExpr(java.lang.String anchorExpr)
- Setter method for "anchor" tag attribute.
(Mapping set in associated BeanInfo class.)
setBundleExpr
public void setBundleExpr(java.lang.String bundleExpr)
- Setter method for "bundle" tag attribute.
(Mapping set in associated BeanInfo class.)
setForwardExpr
public void setForwardExpr(java.lang.String forwardExpr)
- Setter method for "forward" tag attribute.
(Mapping set in associated BeanInfo class.)
setFrameborderExpr
public void setFrameborderExpr(java.lang.String frameborderExpr)
- Setter method for "frameborder" tag attribute.
(Mapping set in associated BeanInfo class.)
setFrameNameExpr
public void setFrameNameExpr(java.lang.String frameNameExpr)
- Setter method for "frameName" tag attribute.
(Mapping set in associated BeanInfo class.)
setHrefExpr
public void setHrefExpr(java.lang.String hrefExpr)
- Setter method for "href" tag attribute.
(Mapping set in associated BeanInfo class.)
setLongdescExpr
public void setLongdescExpr(java.lang.String longdescExpr)
- Setter method for "longdesc" tag attribute.
(Mapping set in associated BeanInfo class.)
setMarginheightExpr
public void setMarginheightExpr(java.lang.String marginheightExpr)
- Setter method for "marginheight" tag attribute.
(Mapping set in associated BeanInfo class.)
setMarginwidthExpr
public void setMarginwidthExpr(java.lang.String marginwidthExpr)
- Setter method for "marginwidth" tag attribute.
(Mapping set in associated BeanInfo class.)
setNameExpr
public void setNameExpr(java.lang.String nameExpr)
- Setter method for "name" tag attribute.
(Mapping set in associated BeanInfo class.)
setNoresizeExpr
public void setNoresizeExpr(java.lang.String noresizeExpr)
- Setter method for "noresize" tag attribute.
(Mapping set in associated BeanInfo class.)
setPageExpr
public void setPageExpr(java.lang.String pageExpr)
- Setter method for "page" tag attribute.
(Mapping set in associated BeanInfo class.)
setParamIdExpr
public void setParamIdExpr(java.lang.String paramIdExpr)
- Setter method for "paramId" tag attribute.
(Mapping set in associated BeanInfo class.)
setParamNameExpr
public void setParamNameExpr(java.lang.String paramNameExpr)
- Setter method for "paramName" tag attribute.
(Mapping set in associated BeanInfo class.)
setParamPropertyExpr
public void setParamPropertyExpr(java.lang.String paramPropertyExpr)
- Setter method for "paramProperty" tag attribute.
(Mapping set in associated BeanInfo class.)
setParamScopeExpr
public void setParamScopeExpr(java.lang.String paramScopeExpr)
- Setter method for "paramScope" tag attribute.
(Mapping set in associated BeanInfo class.)
setPropertyExpr
public void setPropertyExpr(java.lang.String propertyExpr)
- Setter method for "property" tag attribute.
(Mapping set in associated BeanInfo class.)
setScopeExpr
public void setScopeExpr(java.lang.String scopeExpr)
- Setter method for "scope" tag attribute.
(Mapping set in associated BeanInfo class.)
setScrollingExpr
public void setScrollingExpr(java.lang.String scrollingExpr)
- Setter method for "scrolling" tag attribute.
(Mapping set in associated BeanInfo class.)
setStyleExpr
public void setStyleExpr(java.lang.String styleExpr)
- Setter method for "style" tag attribute.
(Mapping set in associated BeanInfo class.)
setStyleClassExpr
public void setStyleClassExpr(java.lang.String styleClassExpr)
- Setter method for "styleClass" tag attribute.
(Mapping set in associated BeanInfo class.)
setStyleIdExpr
public void setStyleIdExpr(java.lang.String styleIdExpr)
- Setter method for "styleId" tag attribute.
(Mapping set in associated BeanInfo class.)
setTitleExpr
public void setTitleExpr(java.lang.String titleExpr)
- Setter method for "title" tag attribute.
(Mapping set in associated BeanInfo class.)
setTitleKeyExpr
public void setTitleKeyExpr(java.lang.String titleKeyExpr)
- Setter method for "titleKey" tag attribute.
(Mapping set in associated BeanInfo class.)
setTransactionExpr
public void setTransactionExpr(java.lang.String transactionExpr)
- Setter method for "transaction" tag attribute.
(Mapping set in associated BeanInfo class.)
release
public void release()
- Resets attribute values for tag reuse.
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Process the start tag.
evaluateExpressions
private void evaluateExpressions()
throws javax.servlet.jsp.JspException
- Processes all attribute values which use the JSTL expression evaluation
engine to determine their values.
|
|||||||||
| Home >> All >> org >> apache >> strutsel >> taglib >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC