|
|||||||||
Home >> All >> org >> apache >> struts >> faces >> [ renderer overview ] | PREV NEXT |
A
- AbstractRenderer - class org.apache.struts.faces.renderer.AbstractRenderer.
- Abstract base class for concrete implementations of
javax.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 specifed for the
action attribute on the
<form>
element to be rendered.
B
- BaseRenderer - class org.apache.struts.faces.renderer.BaseRenderer.
Renderer
implementation for thebase
tag from the Struts-Faces Integration Library.- BaseRenderer() - Constructor for class org.apache.struts.faces.renderer.BaseRenderer
C
- CommandLinkRenderer - class org.apache.struts.faces.renderer.CommandLinkRenderer.
Renderer
implementation for thecommandLink
tag from the Struts-Faces Integration Library.- CommandLinkRenderer() - Constructor for class org.apache.struts.faces.renderer.CommandLinkRenderer
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.
- dummy - Static variable in class org.apache.struts.faces.renderer.ErrorsRenderer
- The dummy message resources for this package.
E
- ErrorsRenderer - class org.apache.struts.faces.renderer.ErrorsRenderer.
Renderer
implementation for theerrors
tag from the Struts-Faces Integration Library.- ErrorsRenderer() - Constructor for class org.apache.struts.faces.renderer.ErrorsRenderer
- 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. - 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
.
F
- FormRenderer - class org.apache.struts.faces.renderer.FormRenderer.
Renderer
implementation for theform
tag from the Struts-Faces Integration Library.- FormRenderer() - Constructor for class org.apache.struts.faces.renderer.FormRenderer
G
- 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.
- 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. - 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.
H
- HtmlRenderer - class org.apache.struts.faces.renderer.HtmlRenderer.
Renderer
implementation for thehtml
tag from the Struts-Faces Integration Library.- HtmlRenderer() - Constructor for class org.apache.struts.faces.renderer.HtmlRenderer
I
- isDisabled(UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
- Return
true
if the specified component is disabled. - isLocale(UIComponent) - Method in class org.apache.struts.faces.renderer.HtmlRenderer
- Return the state of the
locale
attribute. - isPortletRequest(FacesContext) - Method in class org.apache.struts.faces.renderer.BaseRenderer
- Return
true
if this is a portlet request instance. - isReadOnly(UIComponent) - Method in class org.apache.struts.faces.renderer.AbstractRenderer
- Return
true
if the specified component is read only. - isServletRequest(FacesContext) - Method in class org.apache.struts.faces.renderer.BaseRenderer
- Return
true
if this is a servlet request instance. - isXhtml(UIComponent) - Method in class org.apache.struts.faces.renderer.FormRenderer
- Return
true
if we should render as XHTML. - isXhtml(UIComponent) - Method in class org.apache.struts.faces.renderer.HtmlRenderer
- Return the state of the
xhtml
attribute.
L
- log - Static variable in class org.apache.struts.faces.renderer.AbstractRenderer
- log - Static variable in class org.apache.struts.faces.renderer.BaseRenderer
- The
Log
instance for this class. - log - Static variable in class org.apache.struts.faces.renderer.CommandLinkRenderer
- The
Log
instance for this class. - log - Static variable in class org.apache.struts.faces.renderer.ErrorsRenderer
- The
Log
instance for this class. - log - Static variable in class org.apache.struts.faces.renderer.FormRenderer
- The
Log
instance for this class. - log - Static variable in class org.apache.struts.faces.renderer.HtmlRenderer
- The
Log
instance for this class. - log - Static variable in class org.apache.struts.faces.renderer.MessageRenderer
- The
Log
instance for this class. - log - Static variable in class org.apache.struts.faces.renderer.StylesheetRenderer
- The
Log
instance for this class. - log - Static variable in class org.apache.struts.faces.renderer.WriteRenderer
- The
Log
instance for this class.
M
- MessageRenderer - class org.apache.struts.faces.renderer.MessageRenderer.
Renderer
implementation for themessage
tag from the Struts-Faces Integration Library.- MessageRenderer() - Constructor for class org.apache.struts.faces.renderer.MessageRenderer
O
- org.apache.struts.faces.renderer - package org.apache.struts.faces.renderer
P
- passThrough - Static variable in class org.apache.struts.faces.renderer.CommandLinkRenderer
- passThrough - Static variable in class org.apache.struts.faces.renderer.FormRenderer
- portletUri(FacesContext) - Method in class org.apache.struts.faces.renderer.BaseRenderer
- Return an absolute URI for the current page suitable for use in a portlet environment.
R
- 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.
- 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.
- 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.
S
- StylesheetRenderer - class org.apache.struts.faces.renderer.StylesheetRenderer.
Renderer
implementation for thestylesheet
tag from the Struts-Faces Integration Library.- StylesheetRenderer() - Constructor for class org.apache.struts.faces.renderer.StylesheetRenderer
- servletUri(FacesContext) - Method in class org.apache.struts.faces.renderer.BaseRenderer
- Return an absolute URI for the current page suitable for use in a servlet environment.
- 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.
T
- TOKEN - Static variable in class org.apache.struts.faces.renderer.CommandLinkRenderer
- Token for private names.
U
- uri(FacesContext) - Method in class org.apache.struts.faces.renderer.BaseRenderer
- Return the absolute URI to be rendered as the value of the
href
attribute.
W
- WriteRenderer - class org.apache.struts.faces.renderer.WriteRenderer.
Renderer
implementation for thewrite
tag from the Struts-Faces Integration Library.- WriteRenderer() - Constructor for class org.apache.struts.faces.renderer.WriteRenderer
A B C D E F G H I L M O P R S T U W
|
|||||||||
Home >> All >> org >> apache >> struts >> faces >> [ renderer overview ] | PREV NEXT |