|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrutsTag | |
---|---|
org.apache.struts2.components | |
org.apache.struts2.components.table | |
org.apache.struts2.views.jsp.iterator | Struts's JSP tag library for iterator handling. |
Uses of StrutsTag in org.apache.struts2.components |
---|
Classes in org.apache.struts2.components with annotations of type StrutsTag | |
---|---|
class |
ActionComponent
This tag enables developers to call actions directly from a JSP page by specifying the action name and an optional namespace. |
class |
ActionError
Render action errors if they exists the specific layout of the rendering depends on the theme itself |
class |
ActionMessage
Render action messages if they exists, specific rendering layout depends on the theme itself |
class |
Anchor
A tag that creates a HTML <a href='' /> that when clicked calls a URL remote XMLHttpRequest call via the dojo framework. |
class |
AppendIterator
Component for AppendIteratorTag, which jobs is to append iterators to form an appended iterator whereby entries goes from one iterator to another after each respective iterator is exhausted of entries. |
class |
Autocompleter
The autocomplete tag is a combobox that can autocomplete text entered on the input box. |
class |
Bean
Instantiates a class that conforms to the JavaBeans specification. |
class |
Checkbox
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack |
class |
CheckboxList
Creates a series of checkboxes from a list. |
class |
ComboBox
The combo box is basically an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality. |
class |
Date
Format Date object in different ways. |
class |
DateTimePicker
Renders a date/time picker in a dropdown container. |
class |
Debug
|
class |
Div
The div tag when used on the ajax theme, provides a remote call from the current page to update a section of content without having to refresh the entire page. |
class |
DoubleSelect
Renders two HTML select elements with second one changing displayed values depending on selected entry of first one |
class |
Else
Perform basic condition flow. |
class |
ElseIf
Perform basic condition flow. |
class |
FieldError
Render field errors if they exists. |
class |
File
Renders an HTML file input element |
class |
Form
Renders HTML an input form. |
class |
GenericUIBean
Renders an custom UI widget using the specified templates. |
class |
Head
Renders parts of the HEAD section for an HTML file. |
class |
Hidden
Renders an HTML input element of type hidden, populated by the specified property from the ValueStack |
class |
I18n
Gets a resource bundle and place it on the value stack. |
class |
If
Perform basic condition flow. |
class |
Include
Include a servlet's output (result of servlet or a JSP page). |
class |
InputTransferSelect
Create a input transfer select component which is basically an text input and <select ... |
class |
IteratorComponent
Iterator will iterate over a value. |
class |
Label
Renders an HTML LABEL that will allow you to output label:name combination that has the same format treatment as the rest of your UI controls. |
class |
MergeIterator
Component for MergeIteratorTag, which job is to merge iterators and successive call to the merged iterator will cause each merge iterator to have a chance to expose its element, subsequently next call will allow the next iterator to expose its element. |
class |
OptGroup
Create a optgroup component which needs to resides within a select tag |
class |
OptionTransferSelect
Create a option transfer select component which is basically two <select ... |
class |
Param
This tag can be used to parameterize other tags. |
class |
Password
Render an HTML input tag of type password. |
class |
Property
Used to get the property of a value, which will default to the top of the stack if none is specified |
class |
Push
Push value on stack for simplified usage. |
class |
Radio
Render a radio button input field. |
class |
Reset
Render a reset button. |
class |
Select
Render an HTML input tag of type select |
class |
Set
The set tag assigns a value to a variable in a specified scope. |
class |
Submit
Render a submit button. |
class |
TabbedPanel
The tabbedpanel widget is primarily an AJAX component, where each tab can either be local content or remote content (refreshed each time the user selects that tab). |
class |
Text
Render a I18n text message. |
class |
TextArea
Render HTML textarea tag. |
class |
TextField
Render an HTML input field of type text |
class |
Token
Stop double-submission of forms. |
class |
Tree
Renders a tree widget with AJAX support. |
class |
TreeNode
Renders a tree node within a tree widget with AJAX support. |
class |
UpDownSelect
Create a Select component with buttons to move the elements in the select component up and down. |
class |
URL
This tag is used to create a URL. |
Uses of StrutsTag in org.apache.struts2.components.table |
---|
Classes in org.apache.struts2.components.table with annotations of type StrutsTag | |
---|---|
class |
WebTable
|
Uses of StrutsTag in org.apache.struts2.views.jsp.iterator |
---|
Classes in org.apache.struts2.views.jsp.iterator with annotations of type StrutsTag | |
---|---|
class |
IteratorGeneratorTag
NOTE: JSP-TAG Generate an iterator based on the val attribute supplied. |
class |
SortIteratorTag
NOTE: JSP-TAG A Tag that sorts a List using a Comparator both passed in as the tag attribute. |
class |
SubsetIteratorTag
NOTE: JSP-TAG A tag that takes an iterator and outputs a subset of it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |