Uses of Class
org.apache.struts2.components.ClosingUIBean

Packages that use ClosingUIBean
org.apache.struts2.components   
 

Uses of ClosingUIBean in org.apache.struts2.components
 

Subclasses of ClosingUIBean in org.apache.struts2.components
 class Anchor
          

A tag that creates a HTML <a >.This tag supports the same attributes as the "url" tag, including nested parameters using the "param" tag.

Examples

 class Div
          Creates an HTML <div>
 class Form
          

Renders HTML an input form.

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

 class FormButton
          FormButton.
 class Reset
          Render a reset button.
 class Submit
          Render a submit button.
 



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