Uses of Class
org.apache.struts2.components.Component
Packages that use Component
Package
Description
Struts's JSP tag library.
-
Uses of Component in org.apache.struts2.components
Subclasses of Component in org.apache.struts2.componentsModifier and TypeClassDescriptionclass
class
Render action errors if they exists the specific layout of the rendering depends on the theme itself.class
Render action messages if they exists, specific rendering layout depends on the theme itself.class
class
class
class
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack.class
Creates a series of checkboxes from a list.class
ClosingUIBean is the standard superclass for UI components such as div etc.class
class
Base class for control and data tagsclass
class
class
class
DoubleListUIBean is the standard superclass of all Struts double list handling components.class
Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.class
class
class
Render field errors if they exists.class
Renders an HTML file input element.class
class
FormButton.class
class
Renders parts of the HEAD section for an HTML file.class
Renders an HTML input element of type hidden, populated by the specified property from the ValueStack.class
Gets a resource bundle and place it on the value stack.class
class
class
class
class
class
Add nonce propagation feature to implement CSP in link tagsclass
DoubleListUIBean is the standard superclass of all Struts list handling components.class
class
class
class
class
class
class
class
class
class
Render a reset button.class
Add nonce propagation feature to implement CSP in script tagsclass
Render an HTML input tag of type select.class
class
Render a submit button.class
class
class
class
class
UIBean is the standard superclass of all Struts UI components.class
class
Fields in org.apache.struts2.components declared as ComponentMethods in org.apache.struts2.components that return ComponentModifier and TypeMethodDescriptionprotected Component
Component.findAncestor
(Class<?> clazz) Finds the nearest ancestor of this component stack.Methods in org.apache.struts2.components that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponent.getComponentStack()
Gets the component stack of this component.Constructors in org.apache.struts2.components with parameters of type Component -
Uses of Component in org.apache.struts2.views.freemarker.tags
Methods in org.apache.struts2.views.freemarker.tags that return ComponentModifier and TypeMethodDescriptionprotected Component
ActionErrorModel.getBean()
protected Component
ActionMessageModel.getBean()
protected Component
ActionModel.getBean()
protected Component
AnchorModel.getBean()
protected Component
BeanModel.getBean()
CallbackWriter.getBean()
protected Component
CheckboxListModel.getBean()
protected Component
CheckboxModel.getBean()
protected Component
ComboBoxModel.getBean()
protected Component
ComponentModel.getBean()
protected Component
DateModel.getBean()
protected Component
DoubleSelectModel.getBean()
protected Component
ElseIfModel.getBean()
protected Component
ElseModel.getBean()
protected Component
FieldErrorModel.getBean()
protected Component
FileModel.getBean()
protected Component
FormModel.getBean()
protected Component
HeadModel.getBean()
protected Component
HiddenModel.getBean()
protected Component
I18nModel.getBean()
protected Component
IfModel.getBean()
protected Component
IncludeModel.getBean()
protected Component
InputTransferSelectModel.getBean()
protected Component
IteratorModel.getBean()
protected Component
LabelModel.getBean()
protected Component
LinkModel.getBean()
protected Component
OptGroupModel.getBean()
protected Component
OptionTransferSelectModel.getBean()
protected Component
ParamModel.getBean()
protected Component
PasswordModel.getBean()
protected Component
PropertyModel.getBean()
protected Component
PushModel.getBean()
protected Component
RadioModel.getBean()
protected Component
ResetModel.getBean()
protected Component
ScriptModel.getBean()
protected Component
SelectModel.getBean()
protected Component
SetModel.getBean()
protected Component
SubmitModel.getBean()
protected abstract Component
TagModel.getBean()
protected Component
TextAreaModel.getBean()
protected Component
TextFieldModel.getBean()
protected Component
TextModel.getBean()
protected Component
TokenModel.getBean()
protected Component
UpDownSelectModel.getBean()
protected Component
URLModel.getBean()
Constructors in org.apache.struts2.views.freemarker.tags with parameters of type Component -
Uses of Component in org.apache.struts2.views.jsp
Fields in org.apache.struts2.views.jsp declared as ComponentMethods in org.apache.struts2.views.jsp that return ComponentModifier and TypeMethodDescriptionActionTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) BeanTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) abstract Component
ComponentTagSupport.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) DateTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ElseIfTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ElseTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) I18nTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) IfTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) IncludeTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) IteratorTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) NumberTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ParamTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) PropertyTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) PushTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) SetTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) TextTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) URLTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ComponentTagSupport.getComponent()
-
Uses of Component in org.apache.struts2.views.jsp.iterator
Methods in org.apache.struts2.views.jsp.iterator that return ComponentModifier and TypeMethodDescriptionAppendIteratorTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) MergeIteratorTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) -
Uses of Component in org.apache.struts2.views.jsp.ui
Methods in org.apache.struts2.views.jsp.ui that return ComponentModifier and TypeMethodDescriptionActionErrorTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ActionMessageTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) AnchorTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) CheckboxListTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) CheckboxTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ComboBoxTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ComponentTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) DateTextFieldTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) DebugTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) DoubleSelectTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) FieldErrorTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) FileTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) FormTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) HeadTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) HiddenTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) InputTransferSelectTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) LabelTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) LinkTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) OptGroupTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) OptionTransferSelectTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) PasswordTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) RadioTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ResetTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) ScriptTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) SelectTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) SubmitTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) TextareaTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) TextFieldTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) TokenTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) UpDownSelectTag.getBean
(ValueStack stack, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)