org.netbeans.modules.web.jsf.api.facesmodel |
|
Java Source File Name | Type | Comment |
Application.java | Interface | The "application" element provides a mechanism to define the
various per-application-singleton implementation artifacts for
a particular web application that is utilizing
JavaServer Faces. |
Converter.java | Interface | The "converter" element represents a concrete Converter
implementation class that should be registered under the
specified converter identifier. |
DefaultLocale.java | Interface | The "default-locale" element declares the default locale
for this application instance. |
Description.java | Interface | The description type is used by a description element to
provide text describing the parent element. |
DescriptionGroup.java | Interface | This group keeps the usage of the contained description related
elements consistent across Java EE deployment descriptors. |
DisplayName.java | Interface | The display-name type contains a short name that is intended
to be displayed by tools. |
FacesConfig.java | Interface | The "faces-config" element is the root of the configuration
information hierarchy, and contains nested elements for all
of the other configuration settings. |
FullyQualifiedClassType.java | Interface | |
Icon.java | Interface | The icon type contains small-icon and large-icon elements
that specify the file names for small and large GIF, JPEG,
or PNG icon images used to represent the parent element in a
GUI tool.
The xml:lang attribute defines the language that the
icon file names are provided in. |
JSFConfigComponent.java | Interface | |
JSFConfigComponentFactory.java | Interface | |
JSFConfigModel.java | Interface | |
JSFConfigModelFactory.java | Class | |
JSFConfigVisitor.java | Interface | |
JSFVersion.java | enum | |
LangAttribute.java | Interface | The xml:lang attribute defines the language that the
elements are provided in. |
LocaleConfig.java | Interface | The "locale-config" element allows the app developer to
declare theĀ supported locales for this application. |
ManagedBean.java | Interface | The "managed-bean" element represents a JavaBean, of a
particular class, that will be dynamically instantiated
at runtime (by the default VariableResolver implementation)
if it is referenced as the first element of a value binding
expression, and no corresponding bean can be identified in
any scope. |
NavigationCase.java | Interface | The "navigation-case" element describes a particular
combination of conditions that must match for this case to
be executed, and the view id of the component tree that
should be selected next. |
NavigationRule.java | Interface | The "navigation-rule" element represents an individual
decision rule that will be utilized by the default
NavigationHandler implementation to make decisions on
what view should be displayed next, based on the
view id being processed. |
ReferencebleJSFConfigComponent.java | Interface | |
ResourceBundle.java | Interface | |
SupportedLocale.java | Interface | The "supported-locale" element allows authors to declare
which locales are supported in this application instance. |
ViewHandler.java | Interface | |