| Home >> All >> com >> jcorporate >> expresso >> ext >> struts >> [ taglib Javadoc ] |
| | com.jcorporate.expresso.ext.struts.taglib.bean.* (3) | | com.jcorporate.expresso.ext.struts.taglib.html.* (20) |
| | com.jcorporate.expresso.ext.struts.taglib.logic.* (3) |
com.jcorporate.expresso.ext.struts.taglib: Javadoc index of package com.jcorporate.expresso.ext.struts.taglib.
Package Samples:
com.jcorporate.expresso.ext.struts.taglib.logic: This package contains tag libraries that correspond to the Struts Library tags.
com.jcorporate.expresso.ext.struts.taglib.html
com.jcorporate.expresso.ext.struts.taglib.bean
Classes:
ExIterateTag: Custom tag that iterates the elements of a collection, which can be either an attribute or the property of an attribute. The collection can be any of the following: An Input, Output, Block, or Transition with nested elements. tag atteribute property should be set to "input" - iterates through all Input controller elements. "output" - iterates through all Output controller elements. "transition" - iterates through all Transition controller elements. "block" - iterates through all Block controller elements. "nested" - iterates through all controller elements generically. Documentation Peter Pilgrim ...
ExMessageTag: Expresso-specific extension to the MessageTag from Struts: this version gets it's message string from the ControllerRequest object, which knows the current user's locale settings already, and also has the application schema code, which allows us to use the appropriate message bundle file for the current application, as Expresso support multiple message bundles, one per schema
ExBaseFieldTag: Extension of the Convenience base class for the various input tags for text fields. This class simply extends BaseFieldTag in order to override the area of code that extracts the value from the form bean. Instead of doing this, we get the info from the Input object in the current ControllerRequest instead
ExWriteTag: Tag that retrieves the specified property of the specified bean, converts it to a String representation (if necessary), and writes it to the current output stream, optionally filtering characters that are sensitive in HTML.
ExPresentTag: Evalute the nested body content of this tag if the specified value is present for this request. THIS TAG ASSUMES A 'CONTROLLER CONTEXT' AND DOES NOT WORK IF CALLED IN A 'NAKED' JSP
ExHtmlTag: Renders an HTML element. This extended version uses the Expresso mechanism for determining the user's current locale/character set, and establishes those for this page
ExNotPresentTag: Evalute the nested body content of this tag if the specified value is not present for this request.
ExBodyFxTag: body info for for ComboBox Tag Copyright 2002, 2002 Yves Henri AMAIZO. amy_amaizo@compuserve.com
ExDefineTag: Define a scripting variable based on the value(s) of the specified bean property.
ExSelectTag: Special extension of the Select tag that gets it's contents from an Input object
ControllerUtils: Utilities for use by the extended "expresso-aware" Struts tags
ExButtonTag: Renders an HTML BUTTON tag within the Struts framework.
ExTextareaTag: Custom tag for input fields of type "textarea".
HiddenTag: Custom tag for input fields of type "text".
TextTag: Custom tag for input fields of type "text".
ExRemoteLayerTag: Tag for input fields of type "RemoteLayer".
FileTag: Custom tag for input fields of type "file".
PasswordTag: Custom tag for input fields of type "text".
ExRadioLayerTag: Tag for input fields of type "RadioLayer".
ExLayerInputTag: Tag for input fields of type "LayerInput".
ExCheckboxTag: Tag for input fields of type "checkbox".
ExSubmitTag: Tag for input fields of type "submit".
ExImageTag: Tag for input fields of type "image".
ExLayerTag: Tag for input fields of type "Layer".
ExRadioTag: Tag for input fields of type "Radio".
| Home | Contact Us | Privacy Policy | Terms of Service |