Uses of Package
org.apache.struts2.components

Packages that use org.apache.struts2.components
org.apache.struts2.components   
org.apache.struts2.components.table   
org.apache.struts2.components.template   
org.apache.struts2.views.freemarker.tags   
org.apache.struts2.views.jsp Struts's JSP tag library. 
org.apache.struts2.views.jsp.iterator Struts's JSP tag library for iterator handling. 
org.apache.struts2.views.jsp.ui Struts' JSP UI tags. 
org.apache.struts2.views.jsp.ui.table JSP UI tags for modeling tables. 
org.apache.struts2.views.velocity.components   
 

Classes in org.apache.struts2.components used by org.apache.struts2.components
ClosingUIBean
          ClosingUIBean is the standard superclass for UI components such as div etc.
Component
          Base class to extend for UI components.
Div
          The div tag is primarily an AJAX tag, providing a remote call from the current page to update a section of content without having to refresh the entire page.

It creates a HTML <DIV /> that obtains it's content via a remote XMLHttpRequest call via the dojo framework.

If a "listenTopics" is supplied, it will listen to that topic and refresh it's content when any message is received.

Important: Be sure to setup the page containing this tag to be Configured for AJAX

DoubleListUIBean
          DoubleListUIBean is the standard superclass of all Struts double list handling components.
Form
          

Renders HTML an input form.

The remote form allows the form to be submitted without the page being refreshed.

FormButton
          FormButton.
ListUIBean
          DoubleListUIBean is the standard superclass of all Struts list handling components.
Panel
          Render a panel for tabbedPanel.
Param.UnnamedParametric
          Tags can implement this to support nested param tags without the name attribute.
RemoteCallUIBean
          RemoteCallUIBean is superclass for all components dealing with remote calls.
Select
          Render an HTML input tag of type select.
TextField
          Render an HTML input field of type text
UIBean
          UIBean is the standard superclass of all Struts UI componentns.
 

Classes in org.apache.struts2.components used by org.apache.struts2.components.table
Component
          Base class to extend for UI components.
GenericUIBean
          Renders an custom UI widget using the specified templates.
UIBean
          UIBean is the standard superclass of all Struts UI componentns.
 

Classes in org.apache.struts2.components used by org.apache.struts2.components.template
UIBean
          UIBean is the standard superclass of all Struts UI componentns.
 

Classes in org.apache.struts2.components used by org.apache.struts2.views.freemarker.tags
Component
          Base class to extend for UI components.
 

Classes in org.apache.struts2.components used by org.apache.struts2.views.jsp
Component
          Base class to extend for UI components.
 

Classes in org.apache.struts2.components used by org.apache.struts2.views.jsp.iterator
Component
          Base class to extend for UI components.
 

Classes in org.apache.struts2.components used by org.apache.struts2.views.jsp.ui
Component
          Base class to extend for UI components.
Panel
          Render a panel for tabbedPanel.
 

Classes in org.apache.struts2.components used by org.apache.struts2.views.jsp.ui.table
Component
          Base class to extend for UI components.
 

Classes in org.apache.struts2.components used by org.apache.struts2.views.velocity.components
Component
          Base class to extend for UI components.
 



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