org.apache.struts2.views.freemarker.tags
Class StrutsModels
java.lang.Object
org.apache.struts2.views.freemarker.tags.StrutsModels
public class StrutsModels
- extends Object
Provides @s.tag access for various tags.
Constructor Summary |
StrutsModels(ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stack
protected ValueStack stack
req
protected javax.servlet.http.HttpServletRequest req
res
protected javax.servlet.http.HttpServletResponse res
action
protected ActionModel action
bean
protected BeanModel bean
checkbox
protected CheckboxModel checkbox
checkboxlist
protected CheckboxListModel checkboxlist
comboBox
protected ComboBoxModel comboBox
component
protected ComponentModel component
date
protected DateModel date
div
protected DivModel div
doubleselect
protected DoubleSelectModel doubleselect
file
protected FileModel file
form
protected FormModel form
head
protected HeadModel head
hidden
protected HiddenModel hidden
a
protected AnchorModel a
i18n
protected I18nModel i18n
include
protected IncludeModel include
label
protected LabelModel label
password
protected PasswordModel password
push
protected PushModel push
param
protected ParamModel param
radio
protected RadioModel radio
select
protected SelectModel select
set
protected SetModel set
submit
protected SubmitModel submit
reset
protected ResetModel reset
textarea
protected TextAreaModel textarea
text
protected TextModel text
textfield
protected TextFieldModel textfield
token
protected TokenModel token
url
protected URLModel url
property
protected PropertyModel property
iterator
protected IteratorModel iterator
actionerror
protected ActionErrorModel actionerror
actionmessage
protected ActionMessageModel actionmessage
fielderror
protected FieldErrorModel fielderror
optiontransferselect
protected OptionTransferSelectModel optiontransferselect
updownselect
protected UpDownSelectModel updownselect
optGroupModel
protected OptGroupModel optGroupModel
ifModel
protected IfModel ifModel
elseModel
protected ElseModel elseModel
elseIfModel
protected ElseIfModel elseIfModel
inputtransferselect
protected InputTransferSelectModel inputtransferselect
StrutsModels
public StrutsModels(ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
getCheckboxlist
public CheckboxListModel getCheckboxlist()
getCheckbox
public CheckboxModel getCheckbox()
getCombobox
public ComboBoxModel getCombobox()
getComponent
public ComponentModel getComponent()
getDoubleselect
public DoubleSelectModel getDoubleselect()
getFile
public FileModel getFile()
getForm
public FormModel getForm()
getHead
public HeadModel getHead()
getHidden
public HiddenModel getHidden()
getLabel
public LabelModel getLabel()
getPassword
public PasswordModel getPassword()
getRadio
public RadioModel getRadio()
getSelect
public SelectModel getSelect()
getSubmit
public SubmitModel getSubmit()
getReset
public ResetModel getReset()
getTextarea
public TextAreaModel getTextarea()
getTextfield
public TextFieldModel getTextfield()
getDate
public DateModel getDate()
getToken
public TokenModel getToken()
getUrl
public URLModel getUrl()
getInclude
public IncludeModel getInclude()
getParam
public ParamModel getParam()
getAction
public ActionModel getAction()
getA
public AnchorModel getA()
getHref
public AnchorModel getHref()
getDiv
public DivModel getDiv()
getText
public TextModel getText()
getBean
public BeanModel getBean()
getI18n
public I18nModel getI18n()
getPush
public PushModel getPush()
getSet
public SetModel getSet()
getProperty
public PropertyModel getProperty()
getIterator
public IteratorModel getIterator()
getActionerror
public ActionErrorModel getActionerror()
getActionmessage
public ActionMessageModel getActionmessage()
getFielderror
public FieldErrorModel getFielderror()
getOptiontransferselect
public OptionTransferSelectModel getOptiontransferselect()
getUpdownselect
public UpDownSelectModel getUpdownselect()
getOptgroup
public OptGroupModel getOptgroup()
getIf
public IfModel getIf()
getElse
public ElseModel getElse()
getElseif
public ElseIfModel getElseif()
getInputtransferselect
public InputTransferSelectModel getInputtransferselect()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.