- generate(FacesContext) - Method in class org.apache.shale.util.TokenProcessor
-
Generate and return the next transaction token value, and store it
so that it may be verified on a subsequent form submit.
- getBasename() - Method in class org.apache.shale.util.LoadBundle
-
Return the base resource bundle name for this LoadBundle
instance.
- getClassLoader() - Method in class org.apache.shale.util.Messages
-
Return the ClassLoader
from which to load the
specified resource bundle, or null
for the thread
context class loader.
- getComponentType() - Method in class org.apache.shale.taglib.TokenTag
-
Return the required component type.
- getFamily() - Method in class org.apache.shale.component.Token
-
Return the component family for this component.
- getMap() - Method in class org.apache.shale.util.LoadBundle
-
Return a Map
whose keys and values represent the content
of the application resource bundle specified by the basename
property, localized for the Locale
stored in the
UIViewRoot
for the current request.
- getMessage(String) - Method in class org.apache.shale.util.Messages
-
Retrieve the specified message string for the default locale.
- getMessage(String, Object[]) - Method in class org.apache.shale.util.Messages
-
Retrieve the specified message string for the default locale, and
perform parameter substitution with the specified parameters.
- getMessage(String, Locale) - Method in class org.apache.shale.util.Messages
-
Retrieve the specified message string for the specified locale.
- getMessage(String, Locale, Object[]) - Method in class org.apache.shale.util.Messages
-
Retrieve the specified message string for the specified locale, and
perform parameter substitution with the specified parameters.
- getMessageDetail() - Method in class org.apache.shale.component.Token
-
Returns the validation messageDetail
used to create a
FacesMessage.SEVERITY_ERROR
.
- getMessageDetail() - Method in class org.apache.shale.taglib.TokenTag
-
Returns a
messageDetail
override used when reporting
a
Token
verification failure.
- getMessageSummary() - Method in class org.apache.shale.component.Token
-
Returns the validation messageSummary
used to create a
FacesMessage.SEVERITY_ERROR
.
- getMessageSummary() - Method in class org.apache.shale.taglib.TokenTag
-
Returns a
messageSummary
override used when reporting
a
Token
verification failure.
- getName() - Method in class org.apache.shale.util.Messages
-
Return the name of the resource bundle to be retrieved.
- getRendererType() - Method in class org.apache.shale.taglib.TokenTag
-
Return the required renderer type.
- getToken() - Method in class org.apache.shale.component.Token
-
Return the transaction token value to be rendered for this occcurrence
of this component.
- getType(Object, Object) - Method in class org.apache.shale.faces.ShalePropertyResolver
-
For a Context
, look up and return the type of the
named object corresponding to the specified property name from this
Context
.
- getType(Object, int) - Method in class org.apache.shale.faces.ShalePropertyResolver
-
Convert an index into a corresponding string, and delegate.
- getType(Object, String) - Method in class org.apache.shale.util.PropertyHelper
-
Return the type of the specified property on the underlying bean
class.
- getValue(Object, Object) - Method in class org.apache.shale.faces.ShalePropertyResolver
-
For a base object of type Context
, look up and return
the named object corresponding to the specified property name from
this Context
.
- getValue(Object, int) - Method in class org.apache.shale.faces.ShalePropertyResolver
-
Convert an index into a corresponding string, and delegate.
- getValue(Object, String) - Method in class org.apache.shale.util.PropertyHelper
-
Return the value of the specified property from the specified bean.
- saveState(FacesContext) - Method in class org.apache.shale.component.Token
-
Saves the components state.
- setAction(UIComponent, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's Action
by setting a method binding with the given attribute
value.
- setActionListener(UIComponent, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's ActionListener
by setting a method binding with the given attribute
value.
- setBasename(String) - Method in class org.apache.shale.util.LoadBundle
-
Set the base resource bundle name for this LoadBundle
instance.
- setBoolean(UIComponent, String, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's attributeName
with the
given attributeValue
as a Boolean
.
- setClassLoader(ClassLoader) - Method in class org.apache.shale.util.Messages
-
Set the ClassLoader
from which to load the
specified resource bundle.
- setDouble(UIComponent, String, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's attributeName
with the
given attributeValue
as a Double
.
- setInteger(UIComponent, String, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's attributeName
with the
given attributeValue
as a Integer
.
- setMessageDetail(String) - Method in class org.apache.shale.component.Token
-
Sets a messageDetail
override used when reporting
a token verification failure.
- setMessageDetail(String) - Method in class org.apache.shale.taglib.TokenTag
-
Sets a
messageDetail
override used when reporting
a
Token
verification failure.
- setMessageSummary(String) - Method in class org.apache.shale.component.Token
-
Sets a messageSummary
override used when reporting
a token verification failure.
- setMessageSummary(String) - Method in class org.apache.shale.taglib.TokenTag
-
Sets a
messageSummary
override used when reporting
a
Token
verification failure.
- setMethodBinding(UIComponent, String, String, Class[]) - Method in class org.apache.shale.util.Tags
-
Sets the component's attributeName
with the
given attributeValue
as a MethodBinding
.
- setName(String) - Method in class org.apache.shale.util.Messages
-
Set the name of the resource bunde to be retrieved.
- setProperties(UIComponent) - Method in class org.apache.shale.taglib.TokenTag
-
Pushs the tag attributes to the
Token
's
component properties.
- setString(UIComponent, String, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's attributeName
with the
given attributeValue
as a String
.
- setValidator(UIComponent, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's Validator
by setting a method binding with the given attribute
value.
- setValue(Object, Object, Object) - Method in class org.apache.shale.faces.ShalePropertyResolver
-
For a base object of type Context
, replace any previous
binding for the named object corresponding to the specified property
name into this Context
.
- setValue(Object, int, Object) - Method in class org.apache.shale.faces.ShalePropertyResolver
-
Convert an index into a corresponding string, and delegate.
- setValue(Object, String, Object) - Method in class org.apache.shale.util.PropertyHelper
-
Set the specified value on the specified property of the specified
bean.
- setValueBinding(UIComponent, String, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's attributeName
with the
given attributeValue
as a ValueBinding
.
- setValueChangeListener(UIComponent, String) - Method in class org.apache.shale.util.Tags
-
Sets the component's ValueChangeListener
by setting a method binding with the given attribute
value.
- ShaleConstants - Class in org.apache.shale.faces
-
ShaleConstants
are manifest constants defining global identifiers shared across
the internal implementation of the controller.
- ShalePropertyResolver - Class in org.apache.shale.faces
-
Shale-specific PropertyResolver for evaluating JavaServer Faces
value binding and method binding expressions.
- ShalePropertyResolver(PropertyResolver) - Constructor for class org.apache.shale.faces.ShalePropertyResolver
-
- ShaleVariableResolver - Class in org.apache.shale.faces
-
Shale-specific VariableResolver for evaluating JavaServer Faces
value binding and method binding expressions.
- ShaleVariableResolver(VariableResolver) - Constructor for class org.apache.shale.faces.ShaleVariableResolver
-