Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFacesTag - Class in org.apache.struts.faces.taglib
-
Abstract base class for custom component tags for the Struts-Faces Integration Library.
- AbstractFacesTag() - Constructor for class org.apache.struts.faces.taglib.AbstractFacesTag
- AbstractRenderer - Class in org.apache.struts.faces.renderer
-
Abstract base class for concrete implementations of
jakarta.faces.render.Renderer
for the Struts-Faces Integration Library. - AbstractRenderer() - Constructor for class org.apache.struts.faces.renderer.AbstractRenderer
- action(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.FormRenderer
-
Calculate and return the value to be specified for the
action attribute on the
<form>
element to be rendered. - ACTION_EVENT_KEY - Static variable in class org.apache.struts.faces.Constants
-
Request attribute key under which the
ActionEvent
from JavaServer Faces is recorded. - ActionListenerImpl - Class in org.apache.struts.faces.application
-
Concrete implementation of
ActionListener
that replaces the default provided implementation. - ActionListenerImpl(ActionListener) - Constructor for class org.apache.struts.faces.application.ActionListenerImpl
-
Construct a new default
ActionListener
instance, passing it the previously configured one.
B
- BaseComponent - Class in org.apache.struts.faces.component
-
Custom component that replaces the Struts
<html:base>
tag. - BaseComponent() - Constructor for class org.apache.struts.faces.component.BaseComponent
-
Create a new
BaseComponent
with default properties. - BaseRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for thebase
tag from the Struts-Faces Integration Library. - BaseRenderer() - Constructor for class org.apache.struts.faces.renderer.BaseRenderer
- BaseTag - Class in org.apache.struts.faces.taglib
-
Render an HTML
<base>
element for the Struts-Faces Integration Library. - BaseTag() - Constructor for class org.apache.struts.faces.taglib.BaseTag
C
- clear() - Method in class org.apache.struts.faces.util.MessagesMap
-
The
clear()
method is not supported. - CommandLinkComponent - Class in org.apache.struts.faces.component
-
Custom component that emulates the JSF standard component class
jakarta.faces.component.html.HtmlCommandLink
(and its corresponding renderer) but is not tied to a particular implementation of renderer forjakarta.faces.component.UIForm
. - CommandLinkComponent() - Constructor for class org.apache.struts.faces.component.CommandLinkComponent
-
Create a new
CommandLinkComponent
with default properties. - CommandLinkRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for thecommandLink
tag from the Struts-Faces Integration Library. - CommandLinkRenderer() - Constructor for class org.apache.struts.faces.renderer.CommandLinkRenderer
- CommandLinkTag - Class in org.apache.struts.faces.taglib
-
Render a
CommandLinkComponent
inside a Struts-FacesFormComponent
. - CommandLinkTag() - Constructor for class org.apache.struts.faces.taglib.CommandLinkTag
- Constants - Class in org.apache.struts.faces
-
Global manifest constants for the Struts-Faces Integration Library.
- Constants() - Constructor for class org.apache.struts.faces.Constants
-
Protected constructor to disable instantiation.
- containsKey(Object) - Method in class org.apache.struts.faces.util.MessagesMap
-
Return
true
if there is a message for the specified key. - containsValue(Object) - Method in class org.apache.struts.faces.util.MessagesMap
-
The
containsValue()
method is not supported. - createActionForm(FacesContext) - Method in class org.apache.struts.faces.component.FormComponent
-
Create an appropriate form bean in the appropriate scope, if one does not already exist.
D
- decode(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Decode any new state of the specified
UIComponent
from the request contained in the specifiedFacesContext
, and store that state on theUIComponent
. - decode(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.CommandLinkRenderer
-
Perform setup processing that will be required for decoding the incoming request.
- decode(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.FormRenderer
-
Perform setup processing that will be required for decoding the incoming request.
- doForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
-
Set up a Faces Request if we are not already processing one.
- doForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
-
Set up a Faces Request if we are not already processing one.
- doStartTag() - Method in class org.apache.struts.faces.taglib.HtmlTag
-
Override
doStartTag()
method to also set a page context attribute ifxhtml
istrue
. - dummy - Static variable in class org.apache.struts.faces.renderer.ErrorsRenderer
-
The dummy message resources for this package.
- DynaActionFormELResolver - Class in org.apache.struts.faces.application
-
Defines property resolution behavior on instances of
DynaActionForm
. - DynaActionFormELResolver() - Constructor for class org.apache.struts.faces.application.DynaActionFormELResolver
-
Creates a new read
DynaActionFormELResolver
. - DynaBeanELResolver - Class in org.apache.struts.faces.application
-
Defines property resolution behavior on instances of
DynaBean
. - DynaBeanELResolver() - Constructor for class org.apache.struts.faces.application.DynaBeanELResolver
-
Creates a new read/write
DynaBeanELResolver
. - DynaBeanELResolver(boolean) - Constructor for class org.apache.struts.faces.application.DynaBeanELResolver
-
Creates a new
DynaBeanELResolver
whose read-only status is determined by the given parameter.
E
- encodeBegin(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render the beginning of the specified
UIComponent
to the output stream or writer associated with the response we are creating. - encodeBegin(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.FormRenderer
-
Render the beginning of an HTML
<form>
control. - encodeBegin(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.HtmlRenderer
-
Render the beginning
html
tag. - encodeBegin(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.LoadMessagesRenderer
-
Expose a
MessagesMap
wrapping the specifiedMessageResources
instance, for theLocale
specified in the view root component of the current view. - encodeChildren(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render the children of the specified
UIComponent
to the output stream or writer associated with the response we are creating. - encodeEnd(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render the ending of the specified
UIComponent
to the output stream or writer associated with the response we are creating. - encodeEnd(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.BaseRenderer
-
Render an HTML
base
element. - encodeEnd(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.ErrorsRenderer
-
Render a combination of error messages from JavaServer Faces
Validator
s, and Struts messages from form beanvalidate()
methods and corresponding business logic error checks. - encodeEnd(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.FormRenderer
-
Render the ending of an HTML
<form>
control. - encodeEnd(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.HtmlRenderer
-
Render the end of the
html
element. - encodeEnd(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.StylesheetRenderer
-
Render a relative HTML
<link>
element for atext/css
stylesheet at the specified context-relative path. - encodeEnd(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.WriteRenderer
-
Encode the specified text to our response.
- encodeRecursive(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render nested child components by invoking the encode methods on those components, but only when the
rendered
property istrue
. - entrySet() - Method in class org.apache.struts.faces.util.MessagesMap
-
The
entrySet()
method is not supported. - equals(Object) - Method in class org.apache.struts.faces.util.MessagesMap
-
The
equals
method checks whether equalMessageResources
andLocale
are being wrapped. - ErrorsComponent - Class in org.apache.struts.faces.component
-
Custom component that replaces the Struts
<html:errors>
tag. - ErrorsComponent() - Constructor for class org.apache.struts.faces.component.ErrorsComponent
-
Create a new
ErrorsComponent
with default properties. - ErrorsRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for theerrors
tag from the Struts-Faces Integration Library. - ErrorsRenderer() - Constructor for class org.apache.struts.faces.renderer.ErrorsRenderer
- ErrorsTag - Class in org.apache.struts.faces.taglib
-
Render a set of validation or business logic error messages, for the Struts-Faces Integration Library.
- ErrorsTag() - Constructor for class org.apache.struts.faces.taglib.ErrorsTag
F
- FacesRequestProcessor - Class in org.apache.struts.faces.application
-
Concrete implementation of
RequestProcessor
that implements the standard Struts request processing lifecycle on a request that was received as anActionEvent
by our associatedActionListener
. - FacesRequestProcessor() - Constructor for class org.apache.struts.faces.application.FacesRequestProcessor
- FacesTilesRequestProcessor - Class in org.apache.struts.faces.application
-
Concrete implementation of
RequestProcessor
that implements the standard Struts request processing lifecycle on a request that was received as anActionEvent
by our associatedActionListener
. - FacesTilesRequestProcessor() - Constructor for class org.apache.struts.faces.application.FacesTilesRequestProcessor
- FormComponent - Class in org.apache.struts.faces.component
-
FormComponent is a specialized subclass of
jakarta.faces.component.UIForm
that supports automatic creation of form beans in request or session scope. - FormComponent() - Constructor for class org.apache.struts.faces.component.FormComponent
- FormRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for theform
tag from the Struts-Faces Integration Library. - FormRenderer() - Constructor for class org.apache.struts.faces.renderer.FormRenderer
- FormTag - Class in org.apache.struts.faces.taglib
-
Render an input form that is submitted to a Struts
Action
, for the Struts-Faces Integration Library. - FormTag() - Constructor for class org.apache.struts.faces.taglib.FormTag
G
- get(Object) - Method in class org.apache.struts.faces.util.MessagesMap
-
Return the message string for the specified key.
- getAccesskey() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getAction() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the Struts action path to which this form should be submitted.
- getActionEvent() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ActionEvent
for the current request (if any). - getActionMapping() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ActionMapping
for the current request (if any). - getActionMessages() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ActionMessages
instance containing application error messages for this request (if any). - getActionServlet() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ActionServlet
instance for this web application. - getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Convert the Object representation of this component's value to the corresponding String representation.
- getBooleanValue(ValueExpression) - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
-
Gets the value of the specified value expression.
- getBundle() - Method in class org.apache.struts.faces.component.ErrorsComponent
-
Return the MessageResources key.
- getBundle() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Return the MessageResources key.
- getBundle() - Method in class org.apache.struts.faces.component.MessageComponent
-
Return the MessageResources key.
- getCharset() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.struts.faces.application.DynaActionFormELResolver
-
If the base object is a
DynaActionForm
, returns the most general type that this resolver accepts for theproperty
argument. - getCommonPropertyType(ELContext, Object) - Method in class org.apache.struts.faces.application.DynaBeanELResolver
-
If the base object is a
DynaBean
, returns the most general type that this resolver accepts for theproperty
argument. - getComponentType() - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
-
Return the component type of the component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.BaseTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.CommandLinkTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.ErrorsTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.FormTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.HtmlTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.LoadMessagesTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.MessageTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.StylesheetTag
-
Return the type of component to be created for this tag.
- getComponentType() - Method in class org.apache.struts.faces.taglib.WriteTag
-
Return the type of component to be created for this tag.
- getCurrentLocale(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.HtmlRenderer
-
Return the current
Locale
for this request, creating a new one if necessary. - getDir() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getEnctype() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the encoding type for this form submit.
- getException() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the exception that caused one of the Struts custom tags to report a JspException (if any).
- getExternalContext() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ExternalContext
for the current request. - getFacesContext() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
FacesContext
for the current request. - getFamily() - Method in class org.apache.struts.faces.component.BaseComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.CommandLinkComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.ErrorsComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.HtmlComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.LoadMessagesComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.MessageComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.StylesheetComponent
-
Return the component family to which this component belongs.
- getFamily() - Method in class org.apache.struts.faces.component.WriteComponent
-
Return the component family to which this component belongs.
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.struts.faces.application.DynaActionFormELResolver
-
If the base object is a
DynaActionForm
, returns anIterator
containing the set of keys available in theDynaActionForm
. - getFeatureDescriptors(ELContext, Object) - Method in class org.apache.struts.faces.application.DynaBeanELResolver
-
Returns information about the set of variables or properties that can be resolved for the given
base
object. - getFocus() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the focus element name.
- getFocusIndex() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the focus element index.
- getFormName() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Gets the key (form name) that will be used to retrieve a set of validation rules to be performed on the bean passed in for validation.
- getHreflang() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getIntegerValue(ValueExpression) - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
-
Gets the value of the specified value expression.
- getJavascriptBegin(String, JavascriptValidatorComponent) - Method in class org.apache.struts.faces.renderer.JavascriptValidatorRenderer
-
Returns the opening script element and some initial JavaScript.
- getJavascriptEnd(JavascriptValidatorComponent) - Method in class org.apache.struts.faces.renderer.JavascriptValidatorRenderer
-
Returns the closing script element.
- getJavascriptStaticMethods(ValidatorResources) - Method in class org.apache.struts.faces.renderer.JavascriptValidatorRenderer
- getKey() - Method in class org.apache.struts.faces.component.MessageComponent
-
Return the message key.
- getLang() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getLocale() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
Locale
stored in the current user's session (if any) for Struts based localization. - getMapValue(Class<T>, Map<String, Object>, String) - Static method in class org.apache.struts.faces.util.Utils
-
Returns the value of a map as expected class.
- getMessageResources() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
MessageResources
instance for the application module that is processing this request (if any). - getMessages() - Method in class org.apache.struts.faces.component.LoadMessagesComponent
-
Gets the name of the
MessageResources
to expose, ornull
for the defaultMessageResources
for this application module. - getMethod() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Gets the method name that will be used for the JavaScript validation method name if it has a value.
- getModuleConfig() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ModuleConfig
for the application module to which this request has been assigned (if any). - getModuleConfig(ExternalContext) - Static method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ModuleConfig
for the application module to which this request has been assigned (if any). - getModuleConfig(FacesContext) - Static method in class org.apache.struts.faces.util.StrutsContext
-
Return the
ModuleConfig
for the application module to which this request has been assigned (if any). - getOnblur() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnclick() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOndblclick() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnfocus() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnkeydown() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnkeypress() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnkeyup() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnmousedown() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnmousemove() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnmouseout() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnmouseover() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnmouseup() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getOnreset() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the JavaScript to execute on form reset.
- getOnsubmit() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the JavaScript to execute on form submit.
- getPage() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Gets the current page number of a multi-part form.
- getPath() - Method in class org.apache.struts.faces.component.StylesheetComponent
-
Return the context-relative stylesheet path.
- getProperty() - Method in class org.apache.struts.faces.component.ErrorsComponent
-
Return the property name for which to report errors.
- getRel() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getRendererType() - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.BaseTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.CommandLinkTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.ErrorsTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.FormTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.HtmlTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.LoadMessagesTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.MessageTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.StylesheetTag
-
Return the
rendererType
to be used for rendering our component. - getRendererType() - Method in class org.apache.struts.faces.taglib.WriteTag
-
Return the
rendererType
to be used for rendering our component. - getRequestProcessor(ModuleConfig, ServletContext) - Method in class org.apache.struts.faces.application.ActionListenerImpl
-
Look up and return the
RequestProcessor
responsible for the specified module, creating a new one if necessary. - getRev() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getSrc() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Gets the src attribute's value when defining the html script element.
- getStyle() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getStyle() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the CSS style(s) to be rendered for this component.
- getStyle() - Method in class org.apache.struts.faces.component.MessageComponent
-
Return the CSS style(s) to be rendered for this component.
- getStyle() - Method in class org.apache.struts.faces.component.WriteComponent
-
Return the CSS style(s) to be rendered for this component.
- getStyleClass() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getStyleClass() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the CSS style class(es) to be rendered for this component.
- getStyleClass() - Method in class org.apache.struts.faces.component.MessageComponent
-
Return the CSS style class(es) to be rendered for this component.
- getStyleClass() - Method in class org.apache.struts.faces.component.WriteComponent
-
Return the CSS style class(es) to be rendered for this component.
- getTabindex() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getTarget() - Method in class org.apache.struts.faces.component.BaseComponent
-
Return the target frame.
- getTarget() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getTarget() - Method in class org.apache.struts.faces.component.FormComponent
-
Return the target frame for the response to this form submit.
- getText(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.MessageRenderer
-
Return the message format String to be processed for this message.
- getText(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.WriteRenderer
-
Return the text to be rendered for this component, optionally filtered if requested.
- getTitle() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getType() - Method in class org.apache.struts.faces.component.CommandLinkComponent
- getType(ELContext, Object, Object) - Method in class org.apache.struts.faces.application.DynaActionFormELResolver
-
If the base object is a
DynaActionForm
and the requested property name is {code map} then the typeMap.class
will be returned. - getType(ELContext, Object, Object) - Method in class org.apache.struts.faces.application.DynaBeanELResolver
-
If the base object is a
DynaBean
, returns the most general acceptable type for a value in this map.. - getValue(ELContext, Object, Object) - Method in class org.apache.struts.faces.application.DynaActionFormELResolver
-
If the base object is a
DynaActionForm
and the requested property name ismap
, returns themap
of theDynaActionForm
. - getValue(ELContext, Object, Object) - Method in class org.apache.struts.faces.application.DynaBeanELResolver
-
If the base object is a
DynaBean
, returns the value associated with the given key, as specified by theproperty
argument. - getVar() - Method in class org.apache.struts.faces.component.LoadMessagesComponent
-
Gets the request attribute key under which the
MessagesMap
will be exposed.
H
- hashCode() - Method in class org.apache.struts.faces.util.MessagesMap
-
The
hashCode()
method returns values that will be identical if theequals
method returnstrue
. - HtmlComponent - Class in org.apache.struts.faces.component
-
Custom component that replaces the Struts
<html:html>
tag. - HtmlComponent() - Constructor for class org.apache.struts.faces.component.HtmlComponent
-
Create a new
HtmlComponent
with default properties. - HtmlRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for thehtml
tag from the Struts-Faces Integration Library. - HtmlRenderer() - Constructor for class org.apache.struts.faces.renderer.HtmlRenderer
- HtmlTag - Class in org.apache.struts.faces.taglib
-
Render an HTML
<html>
element for the Struts-Faces Integration Library. - HtmlTag() - Constructor for class org.apache.struts.faces.taglib.HtmlTag
I
- internalModuleRelativeForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- isCancelled() - Method in class org.apache.struts.faces.util.StrutsContext
-
Return
true
if a Boolean true value has been stored in the request attribute indicating that this request has been cancelled. - isCdata() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Returns the cdata setting "true" or "false".
- isDisabled(UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Return
true
if the specified component is disabled. - isDynamicJavascript() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Gets whether or not to generate the dynamic JavaScript.
- isEmpty() - Method in class org.apache.struts.faces.util.MessagesMap
-
The
isEmpty()
method returnsfalse
, on the assumption that there is always at least one message available. - isFilter() - Method in class org.apache.struts.faces.component.MessageComponent
-
Return a flag indicating whether filtering should take place.
- isFilter() - Method in class org.apache.struts.faces.component.WriteComponent
-
Return a flag indicating whether filtering should take place.
- isHtmlComment() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Gets whether or not to delimit the JavaScript with HTML comments.
- isLocale() - Method in class org.apache.struts.faces.component.HtmlComponent
-
Return a flag indicating whether a locale should be created.
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.struts.faces.application.DynaActionFormELResolver
-
If the base is a
DynaActionForm
and the requested property name ismap
, returns whether a call toDynaActionFormELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.apache.struts.faces.application.DynaBeanELResolver
-
If the base object is a
DynaBean
, returns whether a call toDynaBeanELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Return
true
if the specified component is read only. - isStaticJavascript() - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Gets whether or not to generate the static JavaScript.
- isXhtml() - Method in class org.apache.struts.faces.component.HtmlComponent
-
Return a flag indicating whether xhtml should be created.
- isXhtml(UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Return
true
if we should render as XHTML.
J
- JavascriptValidatorComponent - Class in org.apache.struts.faces.component
-
JavascriptValidatorComponent
is a specialized subclass ofUIOutput
that supports automatic creation of JavaScript for client side validation based on the validation rules loaded by theValidatorPlugIn
defined in thestruts-config.xml
file. - JavascriptValidatorComponent() - Constructor for class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Create a new
JavascriptValidatorComponent
with default properties. - JavascriptValidatorRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for theJavascriptValidator
tag from the Struts-Faces Integration Library. - JavascriptValidatorRenderer() - Constructor for class org.apache.struts.faces.renderer.JavascriptValidatorRenderer
- JavascriptValidatorTag - Class in org.apache.struts.faces.taglib
-
Custom tag that generates JavaScript for client side validation based on the validation rules loaded by the
ValidatorPlugIn
defined in the struts-config.xml file. - JavascriptValidatorTag() - Constructor for class org.apache.struts.faces.taglib.JavascriptValidatorTag
K
- keySet() - Method in class org.apache.struts.faces.util.MessagesMap
-
The
keySet()
method is not supported.
L
- LIFECYCLE_ID_ATTR - Static variable in class org.apache.struts.faces.application.FacesRequestProcessor
-
The lifecycle id.
- LIFECYCLE_ID_ATTR - Static variable in class org.apache.struts.faces.application.FacesTilesRequestProcessor
-
The lifecycle id.
- LoadMessagesComponent - Class in org.apache.struts.faces.component
-
Custom component to load a
MessagesMap
. - LoadMessagesComponent() - Constructor for class org.apache.struts.faces.component.LoadMessagesComponent
-
Create a new
LoadMessagesComponent
with default properties. - LoadMessagesRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for theLoadMessages
tag from the Struts-Faces Integration Library. - LoadMessagesRenderer() - Constructor for class org.apache.struts.faces.renderer.LoadMessagesRenderer
- LoadMessagesTag - Class in org.apache.struts.faces.taglib
-
Tag that exposes a specified
MessageResources
instance asMessagesMap
, so that the embedded messages may be retrieved via value binding expressions. - LoadMessagesTag() - Constructor for class org.apache.struts.faces.taglib.LoadMessagesTag
M
- MessageComponent - Class in org.apache.struts.faces.component
-
Custom component that replaces the Struts
<html:message>
tag. - MessageComponent() - Constructor for class org.apache.struts.faces.component.MessageComponent
-
Create a new
MessageComponent
with default properties. - MessageRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for themessage
tag from the Struts-Faces Integration Library. - MessageRenderer() - Constructor for class org.apache.struts.faces.renderer.MessageRenderer
- MessagesMap - Class in org.apache.struts.faces.util
-
A limited immutable
Map
implementation that wraps theMessageResources
instance for the specifiedLocale
. - MessagesMap(MessageResources, Locale) - Constructor for class org.apache.struts.faces.util.MessagesMap
-
Construct a new
MessagesMap
instance that wraps the specifiedMessageResources
instance, and returns messages for the specifiedLocale
. - MessageTag - Class in org.apache.struts.faces.taglib
-
Render a localized message, with optional substitution parameters, for the Struts-Faces Integration Library.
- MessageTag() - Constructor for class org.apache.struts.faces.taglib.MessageTag
O
- org.apache.struts.faces - package org.apache.struts.faces
- org.apache.struts.faces.application - package org.apache.struts.faces.application
- org.apache.struts.faces.component - package org.apache.struts.faces.component
- org.apache.struts.faces.renderer - package org.apache.struts.faces.renderer
- org.apache.struts.faces.taglib - package org.apache.struts.faces.taglib
- org.apache.struts.faces.util - package org.apache.struts.faces.util
P
- processAction(ActionEvent) - Method in class org.apache.struts.faces.application.ActionListenerImpl
-
Process the specified
ActionEvent
. - processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
- processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
- processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
- processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- processDecodes(FacesContext) - Method in class org.apache.struts.faces.component.FormComponent
-
Create an instance of the form bean (if necessary) before delegating to the standard decoding process.
- processForward(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
- processForward(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
- processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- processInclude(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
- processInclude(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- processPath(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
-
Identify and return the path component (from the request URI for a non-Faces request, or from the form event for a Faces request) that we will use to select an ActionMapping to dispatch with.
- processPath(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
-
Identify and return the path component (from the request URI for a non-Faces request, or from the form event for a Faces request) that we will use to select an ActionMapping to dispatch with.
- processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
-
Populate the properties of the specified
ActionForm
instance from the request parameters included with this request, IF this is a non-Faces request. - processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
-
Populate the properties of the specified
ActionForm
instance from the request parameters included with this request, IF this is a non-Faces request. - processValidate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class org.apache.struts.faces.application.FacesRequestProcessor
- processValidate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class org.apache.struts.faces.application.FacesTilesRequestProcessor
- put(String, String) - Method in class org.apache.struts.faces.util.MessagesMap
-
The
put()
method is not supported. - putAll(Map<? extends String, ? extends String>) - Method in class org.apache.struts.faces.util.MessagesMap
-
The
putAll()
method is not supported.
R
- release() - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
-
Release any variables allocated during use of this tag instance.
- release() - Method in class org.apache.struts.faces.taglib.BaseTag
-
Release resources allocated to this tag instance.
- release() - Method in class org.apache.struts.faces.taglib.CommandLinkTag
-
Release any allocated resources.
- release() - Method in class org.apache.struts.faces.taglib.ErrorsTag
-
Release any variables allocated during use of this tag instance.
- release() - Method in class org.apache.struts.faces.taglib.FormTag
-
Release any allocated resources.
- release() - Method in class org.apache.struts.faces.taglib.HtmlTag
-
Release resources allocated to this tag instance.
- release() - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Release any allocated resources.
- release() - Method in class org.apache.struts.faces.taglib.LoadMessagesTag
-
Release any allocated resources.
- release() - Method in class org.apache.struts.faces.taglib.MessageTag
-
Release any allocated resources.
- release() - Method in class org.apache.struts.faces.taglib.StylesheetTag
-
Release resources allocated to this tag instance.
- release() - Method in class org.apache.struts.faces.taglib.WriteTag
-
Release resources allocated to this tag instance.
- remove(Object) - Method in class org.apache.struts.faces.util.MessagesMap
-
The
remove()
method is not supported. - renderAttributes(FacesContext, UIComponent, ResponseWriter) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render the element attributes for the generated markup related to this component.
- renderAttributes(FacesContext, UIComponent, ResponseWriter) - Method in class org.apache.struts.faces.renderer.CommandLinkRenderer
-
Render the attributes of a hyperlink to submit this form.
- renderBoolean(FacesContext, UIComponent, ResponseWriter, String[]) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render any boolean attributes on the specified list that have
true
values on the corresponding attribute of the specifiedUIComponent
. - renderEnd(FacesContext, UIComponent, ResponseWriter) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render the element end for the generated markup related to this component.
- renderEnd(FacesContext, UIComponent, ResponseWriter) - Method in class org.apache.struts.faces.renderer.CommandLinkRenderer
-
Render the end of a hyperlink to submit this form.
- renderEnd(FacesContext, UIComponent, ResponseWriter) - Method in class org.apache.struts.faces.renderer.JavascriptValidatorRenderer
-
Render the beginning
script
tag. - renderPassThrough(FacesContext, UIComponent, ResponseWriter, String[]) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render any attributes on the specified list directly to the specified
ResponseWriter
for which the specifiedUIComponent
has a non-null
attribute value. - renderStart(FacesContext, UIComponent, ResponseWriter) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Render the element start for the generated markup related to this component.
- renderStart(FacesContext, UIComponent, ResponseWriter) - Method in class org.apache.struts.faces.renderer.CommandLinkRenderer
-
Render the beginning of a hyperlink to submit this form.
- renderView(FacesContext, UIViewRoot) - Method in class org.apache.struts.faces.application.ViewHandlerImpl
-
If the Struts application has set a
Locale
, pass it on to JSF prior to delegating the actual rendering. - resources(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.ErrorsRenderer
-
Return the
MessageResources
bundle from which we should return any Struts based error messages. - restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.BaseComponent
-
Restore the state of this component.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.CommandLinkComponent
-
Restore the state of this component.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.ErrorsComponent
-
Restore the state of this component.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.FormComponent
-
Restore our state from the specified object.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.HtmlComponent
-
Restore the state of this component.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Restore our state from the specified object.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.LoadMessagesComponent
-
Restore the state of this component.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.MessageComponent
-
Restore the state of this component.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.StylesheetComponent
-
Restore the state of this component.
- restoreState(FacesContext, Object) - Method in class org.apache.struts.faces.component.WriteComponent
-
Restore the state of this component.
S
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.BaseComponent
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.CommandLinkComponent
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.ErrorsComponent
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.FormComponent
-
Create and return an object representing our state to be saved.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.HtmlComponent
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Create and return an object representing our state to be saved.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.LoadMessagesComponent
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.MessageComponent
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.StylesheetComponent
-
Save the state of this component.
- saveState(FacesContext) - Method in class org.apache.struts.faces.component.WriteComponent
-
Save the state of this component.
- searchComponent(Class<T>, UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
Search the give
UIComponent
in the component-tree. - setAccesskey(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setAccesskey(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setAction(MethodExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setAction(ValueExpression) - Method in class org.apache.struts.faces.taglib.FormTag
- setAction(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the Struts action to which this form should be submitted.
- setActionListener(MethodExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setActionListenerProperty(UIComponent, MethodExpression) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified action-listener is not
null
use it to add the action-listener to the component. - setActionProperty(UIComponent, MethodExpression) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified action is not
null
use it to set the action of the component. - setBooleanProperty(UIComponent, String, ValueExpression) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute. - setBooleanProperty(UIComponent, String, ValueExpression, Boolean) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute. - setBundle(ValueExpression) - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
- setBundle(String) - Method in class org.apache.struts.faces.component.ErrorsComponent
-
Set the MessageResources key.
- setBundle(String) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Set the MessageResources key.
- setBundle(String) - Method in class org.apache.struts.faces.component.MessageComponent
-
Set the MessageResources key.
- setCdata(boolean) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets the CDATA status.
- setCdata(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets the CDATA-status.
- setCharset(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setCharset(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setDir(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setDir(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setDynamicJavascript(boolean) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets whether or not to generate the dynamic JavaScript.
- setDynamicJavascript(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets whether or not to generate the dynamic JavaScript.
- setEnctype(ValueExpression) - Method in class org.apache.struts.faces.taglib.FormTag
- setEnctype(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the encoding type for this form submit.
- setFilter(boolean) - Method in class org.apache.struts.faces.component.MessageComponent
-
Set the flag indicating that the output value should be filtered.
- setFilter(boolean) - Method in class org.apache.struts.faces.component.WriteComponent
-
Set the flag indicating that the output value should be filtered.
- setFilter(ValueExpression) - Method in class org.apache.struts.faces.taglib.MessageTag
- setFilter(ValueExpression) - Method in class org.apache.struts.faces.taglib.WriteTag
- setFocus(ValueExpression) - Method in class org.apache.struts.faces.taglib.FormTag
- setFocus(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the focus element name.
- setFocusIndex(ValueExpression) - Method in class org.apache.struts.faces.taglib.FormTag
- setFocusIndex(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the focus element index.
- setFormName(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets the key (form name) that will be used to retrieve a set of validation rules to be performed on the bean passed in for validation.
- setFormName(String) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets the key (form name) that will be used to retrieve a set of validation rules to be performed on the bean passed in for validation.
- setHreflang(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setHreflang(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setHtmlComment(boolean) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets whether or not to delimit the JavaScript with HTML comments.
- setHtmlComment(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets whether or not to delimit the JavaScript with html comments.
- setImmediate(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setIntegerProperty(UIComponent, String, ValueExpression) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute. - setIntegerProperty(UIComponent, String, ValueExpression, Integer) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute. - setKey(ValueExpression) - Method in class org.apache.struts.faces.taglib.MessageTag
- setKey(String) - Method in class org.apache.struts.faces.component.MessageComponent
-
Set the message key.
- setLang(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setLang(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setLocale(boolean) - Method in class org.apache.struts.faces.component.HtmlComponent
-
Set the flag indicating whether a locale should be created.
- setLocale(ValueExpression) - Method in class org.apache.struts.faces.taglib.HtmlTag
- setMessages(ValueExpression) - Method in class org.apache.struts.faces.taglib.LoadMessagesTag
- setMessages(String) - Method in class org.apache.struts.faces.component.LoadMessagesComponent
-
Sets the name of the
MessageResources
to expose, ornull
for the defaultMessageResources
for this application module. - setMethod(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets the method name that will be used for the JavaScript validation method name if it has a value.
- setMethod(String) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets the method name that will be used for the JavaScript validation method name if it has a value.
- setOnblur(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnblur(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnclick(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnclick(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOndblclick(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOndblclick(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnfocus(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnfocus(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnkeydown(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnkeydown(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnkeypress(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnkeypress(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnkeyup(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnkeyup(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnmousedown(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnmousedown(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnmousemove(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnmousemove(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnmouseout(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnmouseout(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnmouseover(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnmouseover(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnmouseup(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setOnmouseup(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setOnreset(ValueExpression) - Method in class org.apache.struts.faces.taglib.FormTag
- setOnreset(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the JavaScript to execute on form reset.
- setOnsubmit(ValueExpression) - Method in class org.apache.struts.faces.taglib.FormTag
- setOnsubmit(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the JavaScript to execute on form submit.
- setPage(int) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets the current page number of a multi-part form.
- setPage(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets the current page number of a multi-part form.
- setPath(ValueExpression) - Method in class org.apache.struts.faces.taglib.StylesheetTag
- setPath(String) - Method in class org.apache.struts.faces.component.StylesheetComponent
-
Set the context-relative stylesheet path.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.BaseTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.ErrorsTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.FormTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.HtmlTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.LoadMessagesTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.MessageTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.StylesheetTag
-
Override attributes set on this tag instance.
- setProperties(UIComponent) - Method in class org.apache.struts.faces.taglib.WriteTag
-
Override attributes set on this tag instance.
- setProperty(ValueExpression) - Method in class org.apache.struts.faces.taglib.ErrorsTag
- setProperty(String) - Method in class org.apache.struts.faces.component.ErrorsComponent
-
Set the property name for which to report errors.
- setRel(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setRel(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setRev(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setRev(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setSrc(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets the
src
attribute's value when defining the html script element. - setSrc(String) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets the src attribute's value when defining the html script element.
- setStaticJavascript(boolean) - Method in class org.apache.struts.faces.component.JavascriptValidatorComponent
-
Sets whether or not to generate the static JavaScript.
- setStaticJavascript(ValueExpression) - Method in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Sets whether or not to generate the static JavaScript.
- setStringProperty(UIComponent, String, ValueExpression) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute. - setStringProperty(UIComponent, String, ValueExpression, String) - Static method in class org.apache.struts.faces.util.Utils
-
If the specified attribute value is not
null
use it to either store a value binding expression for the specified attribute name, or store it as the literal value of the attribute. - setStyle(ValueExpression) - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
- setStyle(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setStyle(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setStyle(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the CSS style(s) to be rendered for this component.
- setStyle(String) - Method in class org.apache.struts.faces.component.MessageComponent
-
Set the CSS style(s) to be rendered for this component.
- setStyle(String) - Method in class org.apache.struts.faces.component.WriteComponent
-
Set the CSS style(s) to be rendered for this component.
- setStyleClass(ValueExpression) - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
- setStyleClass(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setStyleClass(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setStyleClass(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the CSS style class(es) to be rendered for this component.
- setStyleClass(String) - Method in class org.apache.struts.faces.component.MessageComponent
-
Set the CSS style class(es) to be rendered for this component.
- setStyleClass(String) - Method in class org.apache.struts.faces.component.WriteComponent
-
Set the CSS style class(es) to be rendered for this component.
- setSubmittedValue(FacesContext, UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
-
If a submitted value was included on this request, store it in the component as appropriate.
- setTabindex(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setTabindex(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setTarget(ValueExpression) - Method in class org.apache.struts.faces.taglib.BaseTag
- setTarget(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setTarget(ValueExpression) - Method in class org.apache.struts.faces.taglib.FormTag
- setTarget(String) - Method in class org.apache.struts.faces.component.BaseComponent
-
Set the target frame.
- setTarget(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setTarget(String) - Method in class org.apache.struts.faces.component.FormComponent
-
Set the target frame for the response to this form submit.
- setTitle(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setTitle(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setType(ValueExpression) - Method in class org.apache.struts.faces.taglib.CommandLinkTag
- setType(String) - Method in class org.apache.struts.faces.component.CommandLinkComponent
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.struts.faces.application.DynaActionFormELResolver
-
If the base is a
DynaActionForm
and the requested property name ismap
, this method always throwPropertyNotWritableException
, because themap
property is a ready-only property of theDynaActionForm
class. - setValue(ELContext, Object, Object, Object) - Method in class org.apache.struts.faces.application.DynaBeanELResolver
-
If the base is a
DynaBean
, attempts to set the value associated with the given key, as specified by theproperty
argument. - setValue(ValueExpression) - Method in class org.apache.struts.faces.taglib.AbstractFacesTag
- setVar(ValueExpression) - Method in class org.apache.struts.faces.taglib.LoadMessagesTag
- setVar(String) - Method in class org.apache.struts.faces.component.LoadMessagesComponent
-
Sets the request attribute key under which the
MessagesMap
will be exposed. - setXhtml(boolean) - Method in class org.apache.struts.faces.component.HtmlComponent
-
Set the flag indicating whether xhtml should be created.
- setXhtml(ValueExpression) - Method in class org.apache.struts.faces.taglib.HtmlTag
- size() - Method in class org.apache.struts.faces.util.MessagesMap
-
The
size()
method is not supported. - StrutsContext - Class in org.apache.struts.faces.util
-
Context bean providing accessors for the Struts related request, session, and application scope objects related to this request.
- StrutsContext() - Constructor for class org.apache.struts.faces.util.StrutsContext
-
Creates a new instance with
FacesContext.getCurrentInstance()
. - StrutsContext(FacesContext) - Constructor for class org.apache.struts.faces.util.StrutsContext
-
Create a new instance with give
FacesContext
. - StylesheetComponent - Class in org.apache.struts.faces.component
-
Custom component that replaces the Struts
<html:stylesheet>
tag. - StylesheetComponent() - Constructor for class org.apache.struts.faces.component.StylesheetComponent
-
Create a new
StylesheetComponent
with default properties. - StylesheetRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for thestylesheet
tag from the Struts-Faces Integration Library. - StylesheetRenderer() - Constructor for class org.apache.struts.faces.renderer.StylesheetRenderer
- StylesheetTag - Class in org.apache.struts.faces.taglib
-
Render a stylesheet HTML
<link>
element for the Struts-Faces Integration Library. - StylesheetTag() - Constructor for class org.apache.struts.faces.taglib.StylesheetTag
U
- uri(FacesContext) - Static method in class org.apache.struts.faces.util.StrutsContext
-
Return the absolute URI to be rendered as the value of the
href
attribute. - Utils - Class in org.apache.struts.faces.util
-
This class has some static utils-methods.
V
- values() - Method in class org.apache.struts.faces.util.MessagesMap
-
The
values()
method is not supported. - ViewHandlerImpl - Class in org.apache.struts.faces.application
-
Custom
ViewHandler
implementation that adds features specific to the Struts-Faces Integration Library. - ViewHandlerImpl(ViewHandler) - Constructor for class org.apache.struts.faces.application.ViewHandlerImpl
-
Construct a
ViewHandlerImpl
decorating the specifiedViewHandler
instance.
W
- WriteComponent - Class in org.apache.struts.faces.component
-
Custom component that replaces the Struts
<html:write>
tag. - WriteComponent() - Constructor for class org.apache.struts.faces.component.WriteComponent
-
Create a new
WriteComponent
with default properties. - WriteRenderer - Class in org.apache.struts.faces.renderer
-
Renderer
implementation for thewrite
tag from the Struts-Faces Integration Library. - WriteRenderer() - Constructor for class org.apache.struts.faces.renderer.WriteRenderer
- WriteTag - Class in org.apache.struts.faces.taglib
-
Write the content of the specified component, converting to text as necessary first, for the Struts-Faces Integration Library.
- WriteTag() - Constructor for class org.apache.struts.faces.taglib.WriteTag
_
- _action - Variable in class org.apache.struts.faces.taglib.FormTag
-
The
path
of the StrutsAction
to which this form should be submitted. - _bundle - Variable in class org.apache.struts.faces.taglib.AbstractFacesTag
-
The servlet context attribute under which our
MessageResources
bundle is stored. - _cdata - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
Hide JavaScript methods in a CDATA section for XHTML when
true
. - _dynamicJavascript - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
The dynamic JavaScript objects will only be generated if this is set to
true
. - _enctype - Variable in class org.apache.struts.faces.taglib.FormTag
-
The content encoding type to use.
- _focus - Variable in class org.apache.struts.faces.taglib.FormTag
-
The name of the field to which focus should be set when this form is displayed.
- _focusIndex - Variable in class org.apache.struts.faces.taglib.FormTag
-
The subscript of the focus field array to receive focus.
- _formName - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
The name of the form that corresponds with the action name in struts-config.xml.
- _htmlComment - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
The JavaScript methods will enclosed with html comments if this is set to
true
. - _method - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
This will be used as is for the JavaScript validation method name if it has a value.
- _onreset - Variable in class org.apache.struts.faces.taglib.FormTag
-
The JavaScript reset event handler.
- _onsubmit - Variable in class org.apache.struts.faces.taglib.FormTag
-
The JavaScript submit event handler.
- _page - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
The current page number of a multi-part form.
- _property - Variable in class org.apache.struts.faces.taglib.ErrorsTag
-
The property name for which to report errors.
- _src - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
The
src
attribute for html script element (used to include an external script resource). - _staticJavascript - Variable in class org.apache.struts.faces.taglib.JavascriptValidatorTag
-
The static JavaScript methods will only be printed if this is set to
true
. - _style - Variable in class org.apache.struts.faces.taglib.AbstractFacesTag
-
The CSS style(s) used to render this component.
- _styleClass - Variable in class org.apache.struts.faces.taglib.AbstractFacesTag
-
The CSS style class(es) used to render this component.
- _target - Variable in class org.apache.struts.faces.taglib.FormTag
-
The window target for this submit.
- _value - Variable in class org.apache.struts.faces.taglib.AbstractFacesTag
-
The literal value to be rendered.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form