org.apache.struts2.dojo.views.jsp.ui
Class AnchorTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts2.views.jsp.StrutsBodyTagSupport
              extended by org.apache.struts2.views.jsp.ComponentTagSupport
                  extended by org.apache.struts2.views.jsp.ui.AbstractUITag
                      extended by org.apache.struts2.views.jsp.ui.AbstractClosingTag
                          extended by org.apache.struts2.dojo.views.jsp.ui.AbstractRemoteTag
                              extended by org.apache.struts2.dojo.views.jsp.ui.AbstractValidateTag
                                  extended by org.apache.struts2.dojo.views.jsp.ui.AnchorTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class AnchorTag
extends AbstractValidateTag

See Also:
Anchor, Serialized Form

Field Summary
protected  java.lang.String targets
           
 
Fields inherited from class org.apache.struts2.dojo.views.jsp.ui.AbstractValidateTag
ajaxAfterValidation, validate
 
Fields inherited from class org.apache.struts2.dojo.views.jsp.ui.AbstractRemoteTag
afterNotifyTopics, beforeNotifyTopics, errorNotifyTopics, errorText, executeScripts, formFilter, formId, handler, highlightColor, highlightDuration, href, indicator, listenTopics, loadingText, notifyTopics, parseContent, separateScripts, showErrorTransportText, showLoadingText, transport
 
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
AnchorTag()
           
 
Method Summary
 org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void populateParams()
           
 void setTargets(java.lang.String targets)
           
 
Methods inherited from class org.apache.struts2.dojo.views.jsp.ui.AbstractValidateTag
setAjaxAfterValidation, setValidate
 
Methods inherited from class org.apache.struts2.dojo.views.jsp.ui.AbstractRemoteTag
setAfterNotifyTopics, setBeforeNotifyTopics, setErrorNotifyTopics, setErrorText, setExecuteScripts, setFormFilter, setFormId, setHandler, setHighlightColor, setHighlightDuration, setHref, setIndicator, setListenTopics, setLoadingText, setNotifyTopics, setParseContent, setSeparateScripts, setShowErrorTransportText, setShowLoadingText, setTransport
 
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, getComponent
 
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport
altSyntax, findString, findValue, findValue, getBody, getStack, toString, translateVariables
 
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

targets

protected java.lang.String targets
Constructor Detail

AnchorTag

public AnchorTag()
Method Detail

getBean

public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
                                                       javax.servlet.http.HttpServletRequest req,
                                                       javax.servlet.http.HttpServletResponse res)
Specified by:
getBean in class org.apache.struts2.views.jsp.ComponentTagSupport

populateParams

protected void populateParams()
Overrides:
populateParams in class AbstractValidateTag

setTargets

public void setTargets(java.lang.String targets)


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.