A B C D E F G H I J K L M N O P R S T U V _

A

AbstractConnectionManagerListener - Class in org.apache.myfaces.orchestra.connectionManager
 
AbstractConnectionManagerListener() - Constructor for class org.apache.myfaces.orchestra.connectionManager.AbstractConnectionManagerListener
 
AbstractJsfExtractor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf
Extract metadata from a DynaForm UIComponent.
AbstractJsfExtractor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
 
addComponents(FacesContext, DynaForm, UIComponent, ViewType) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
create and add the components to the layout component.
addElementBuilder(Class<?>, JsfGuiElementBuilder) - Static method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
Add a specialized builder.
AsmHelper - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
Reimplement the reflection facilities provided by Class.class, but preserving the order in which the properties exist within the .class file.
AsmHelper() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.AsmHelper
 
attachLengthValidator(HtmlInputText, int, int) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
attachLengthValidator(HtmlInputText, int, int) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
attachRangeValidator(HtmlInputText, Double, Double) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
attachRangeValidator(HtmlInputText, double, double) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 

B

BcelHelper - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
Reimplement the reflection facilities provided by Class.class, but preserving the order in which the properties exist within the .class file.
BcelHelper() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.BcelHelper
 
borrowConnection(Connection) - Method in class org.apache.myfaces.orchestra.connectionManager.AbstractConnectionManagerListener
 
borrowConnection(Connection) - Method in interface org.apache.myfaces.orchestra.connectionManager.ConnectionManagerListener
 
buildComponent(DynaForm, GuiBuilder, MetaField) - Method in interface org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.DynaFormComponentHandler
 
buildDescription(Object, String[]) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
buildElement(JsfGuiBuilder, MetaField) - Method in interface org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiElementBuilder
 
buildField(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
actuallly build the fields gui component
buildField(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
buildField(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 

C

checkEmbeddEntity(EjbExtractor.Context, MetaDataWritable, String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
check if we should embedd this entity
ClassHelper - Interface in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
Interface for helpers to retrieve class meta information.
ClassHelperFactory - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
 
clear() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
clearAllSavePoints() - Method in class org.apache.myfaces.orchestra.conversation.versioning.VersioningConversation
Frees all SavePoints and versioned conversational data
cloneComponent(UIComponent) - Static method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
ComponentHandler - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
set a component handler for the annotated property
ConditionEnum - Enum in org.apache.myfaces.orchestra.dynaForm.lib
 
configureGuiBuilder() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
configureMetaData(MetaFieldWritable) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
Update the specified field with the settings the user has configured from this JSF component.
ConnectionManagerDataSource - Class in org.apache.myfaces.orchestra.connectionManager
Manage all borrowed connections and hand out DisconnectableConnection objects so that we can close them again after the HTTP request has been finished.
ConnectionManagerDataSource() - Constructor for class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
ConnectionManagerListener - Interface in org.apache.myfaces.orchestra.connectionManager
Implement this class if you would like to add a listener to the ConnectionManager which e.g.
containsComponent(UIComponent, String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm.AddComponentSimple
 
containsComponent(UIComponent, String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm.AddComponentToTable
 
containsComponent(UIComponent, String) - Method in interface org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.NewComponentListener
check if the component has been added already
containsKey(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
containsValue(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
CONTEXT_GUI_BUILDER - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderFactory
 
ConversationDataHolder - Interface in org.apache.myfaces.orchestra.conversation
Defines a DataHolder wrapper around the beans held by a conversation.
convertMethodName(String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
get rid of get/set/is in method names
copyRendered(UIComponent, UIComponent) - Static method in class org.apache.myfaces.orchestra.dynaForm.lib._FacesUtils
 
create(ConnectionManagerDataSource) - Static method in class org.apache.myfaces.orchestra.connectionManager.DisconnectableConnectionFactory
 
create(FacesContext) - Static method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderFactory
 
create() - Method in interface org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap.DefaultValueFactory
 
create(EjbExtractor.Context, MetaDataWritable, Class) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
create the metadata for the given class
create(MetaDataWritable, DynaForm) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
create the metadata out of the dynaConfigs for the given component
create(MetaDataWritable, DynaForm) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.JsfRequestFieldExtractor
create the metadata out of the dynaConfigs for the given component
createClassList(List<Class<?>>, Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
get all super classes needed to be parsed.
createConfiguration(Extractor, String) - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver
 
createConversation(ConversationContext, String) - Method in class org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope
Implementation of ConversationFactory interface.
createFullName(EjbExtractor.Context, String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
 
createGuiBuilder(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
createGuiBuilderInternal() - Static method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderFactory
 
createInputBoolean(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
select a boolean
createInputBoolean(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputBoolean(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createInputDate(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
input date
createInputDate(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputDate(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createInputDate(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
createInputNumber(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
enter a number
createInputNumber(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputNumber(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createInputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
input field
createInputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createLabelFor(String, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
Create a label for the specified component using the specified text.
createLabelFor(String, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createNative(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
this is when the user passed in a component to use for the this field
createNative(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createNative(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createOutputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
Output text using the field as value provider.
createOutputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createOutputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createParameter(String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createParameter(String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createSavePoint() - Method in class org.apache.myfaces.orchestra.conversation.versioning.VersioningConversation
Creates a snapshot of the actual conversational data.
createSavePoint(String) - Method in class org.apache.myfaces.orchestra.conversation.versioning.VersioningConversation
Creates a snapshot of the actual conversational data.
createSearchFor(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
search for component
createSearchFor(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createSearchFor(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createSearchForSelectMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
search for component
createSearchForSelectMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createSelectOneMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
select one menu
createSelectOneMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
createSelectOneMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createValueBindingString(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 

D

DataProvider - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Where to get the data for a relation between entities.
DataSourceLabelConverter - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
convert an object to a string using the label method binding of the DataProvider configuration
DataSourceLabelConverter() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
DataSourceLabelConverter(MethodBinding) - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
DEFAULT_RENDERER_TYPE - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
DefaultValueMap<K,V> - Class in org.apache.myfaces.orchestra.dynaForm.lib
 
DefaultValueMap(Map<K, V>, DefaultValueMap.DefaultValueFactory<V>) - Constructor for class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
DefaultValueMap.DefaultValueFactory<V> - Interface in org.apache.myfaces.orchestra.dynaForm.lib
 
determineAccessByField(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
 
disconnect() - Method in interface org.apache.myfaces.orchestra.connectionManager.DisconnectableConnection
 
DisconnectableConnection - Interface in org.apache.myfaces.orchestra.connectionManager
A workaround to the lazy-init-in-view problem.
We hand out DisconnectableConnections to the JPA-implementation, now, if a lazy-init happens during the view rendering we are able to disconnect it again at the end of the request (using a servlet filter).
DisconnectableConnectionFactory - Class in org.apache.myfaces.orchestra.connectionManager
Proxy connections to being able to handle disconnection.
DisplayOnly - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Display the data to the user in a way that does not accept input.
DisplaySize - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
the display size for input fields in characters (where possible)
doCreateConverter(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateConverter(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
doCreateDateConverter(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateDateConverter(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputBoolean(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputBoolean(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputBooleanComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputBooleanComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputDate(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputDate(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputDateComponent(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputDateComponent(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputDateComponent(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
doCreateInputNumber(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputNumber(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputTextComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputTextComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateNative(MetaField, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateNative(MetaField, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputLabel(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
Create an HtmlOutputLabel component, ie some text that specifically describes another input component.
doCreateOutputLabel(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputLabelComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputLabelComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputText(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
Create an HtmlOutputText component, ie a component that displays a string.
doCreateOutputText(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputText(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputTextComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputTextComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreatePanelGroupComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreatePanelGroupComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateSearchFor(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSearchFor(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateSearchFor(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
doCreateSearchForSelectMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectManyListbox(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectManyListboxComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectOneMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectOneMenu(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateSelectOneMenuComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectOneMenuComponent() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doEndTag() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
DYNA_FORM_CREATED - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
DYNA_FORM_URI - Static variable in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
DynaConfig - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
Overrule the way DynaForm presents a specific persistent attribute.
DynaConfig() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
DynaConfigs - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
An instance of this type can hold any number of DynaConfig components as children.
DynaConfigs() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs
 
DynaConfigsTag - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
 
DynaConfigsTag() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigsTag
 
DynaConfigTag - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
 
DynaConfigTag() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
DynaForm - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
A DynaForm component dynamically creates child jsf component objects to render all the persistent fields of an arbitrary java object.
DynaForm() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
DynaForm.AddComponentSimple - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
Simply attach a (label, value) pair of JSF components that represent a single persistent property.
DynaForm.AddComponentSimple() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm.AddComponentSimple
 
DynaForm.AddComponentToTable - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
Create a UIColumn component to wrap a (label, value) pair of JSF components that represent a single persistent property.
DynaForm.AddComponentToTable() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm.AddComponentToTable
 
DynaFormComponentHandler - Interface in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder
A component handler which will be used to render the component
DynaFormException - Exception in org.apache.myfaces.orchestra.dynaForm.lib
 
DynaFormException() - Constructor for exception org.apache.myfaces.orchestra.dynaForm.lib.DynaFormException
 
DynaFormException(String) - Constructor for exception org.apache.myfaces.orchestra.dynaForm.lib.DynaFormException
 
DynaFormException(String, Throwable) - Constructor for exception org.apache.myfaces.orchestra.dynaForm.lib.DynaFormException
 
DynaFormException(Throwable) - Constructor for exception org.apache.myfaces.orchestra.dynaForm.lib.DynaFormException
 
DynaFormHandler - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component.facelets
Facelets component-handler class for the DynaForm component.
DynaFormHandler(ComponentConfig) - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.facelets.DynaFormHandler
 
DynaFormTag - Class in org.apache.myfaces.orchestra.dynaForm.jsf.component
A JSF tag class that defines a DynaForm component.
DynaFormTag() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 

E

EjbExtractor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
Extract metadata from ejb3 beans.
EjbExtractor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
 
EjbExtractor.Context - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
 
EjbExtractor.Context() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
EjbExtractor.ContextInfo - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
 
EjbExtractor.ContextInfo(String, Boolean, boolean, boolean) - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.ContextInfo
 
embeddEntity(EjbExtractor.Context, MetaDataWritable, String, Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
embedd this entity
EmptyAnnotationVisitor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
An empty implementation of the ASM AnnotationVisitor interface.
EmptyAnnotationVisitor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyAnnotationVisitor
 
EmptyClassVisitor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
An empty implementation of the ASM ClassVisitor interface.
EmptyClassVisitor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
endEmbedded() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
entrySet() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
equals(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
equals(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.NullObject
 
Extractor - Interface in org.apache.myfaces.orchestra.dynaForm.metadata
An interface implemented by objects that can inspect an arbitrary object and extract metadata about its properties.

F

FacesUriResolver - Class in org.apache.myfaces.orchestra.dynaForm.uri
try to locate the configuration through the faces context too
FacesUriResolver() - Constructor for class org.apache.myfaces.orchestra.dynaForm.uri.FacesUriResolver
 
FieldRepresentation - Enum in org.apache.myfaces.orchestra.dynaForm.metadata
Lists all the possible ways to present a field to the end user.
findConfig(String) - Method in class org.apache.myfaces.orchestra.dynaForm.uri.FacesUriResolver
 
findConfig(String) - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver
load the configuration
findInputComponent(UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
Return the first UIInput component in the tree of components starting at the specified node (including the node itself).
findInputComponent(UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
findParentDynaForm(DynaForm) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
try to find a parent dyna form+
fireNewComponent(MetaField, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
jo, we made a component, create a possible label and fire its creation.
fireNewComponent(MetaField, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 

G

get(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
get() - Static method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.ClassHelperFactory
 
getAccessField() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
getAllowedSelections() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getAllowMultipleSelections() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.ObjectSerializationConverter
Given a String that was previously created by the getAsString method on this class, "deserialize" the content of the string into a new Object instance.
getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.ObjectSerializationConverter
Return a serialized representation of the provided value, as a String type.
getAttribute(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getBackingEntityPrefix() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
getBackingEntityPrefix() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getBaseName() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Returns the part of the "name" property following the last dot.
getBundle() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
getBundle() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getCanRead() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Indicates whether the model object has a getter method for this property.
getCanWrite() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Indicates whether the model object has a setter method for this property.
getCleanedNameForId(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
remove all not allowed characters for an jsf ID from the name
getComponentHandler() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
Specifies the "controller bean" used to render this specific field.
getComponentHandler(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
getComponentHandler() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Get the custom "renderer" (if any) for this field.
getComponentType() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigsTag
 
getComponentType() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
getComponentType() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getConfig(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs
 
getConfigMap() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs
 
getConfiguration() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Get the overall configuration based on the current value of the uri property.
getConnection() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
getConnection(String, String) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
getConnection() - Method in interface org.apache.myfaces.orchestra.connectionManager.DisconnectableConnection
 
getContext() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
getContext() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getContextName() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
getConversationBeans() - Method in interface org.apache.myfaces.orchestra.conversation.ConversationDataHolder
 
getConversationBeans() - Method in class org.apache.myfaces.orchestra.conversation.SerializingConversationDataHolder
 
getConverterBean() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getConverterClass() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getConverterId() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getDataComparator() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getDataSource() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
getDataSource() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getDataSourceDescription() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getDestCmp() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
 
getDisabled() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
getDisabled() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
getDisabled() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Specify whether this field should be regarded as "disabled for user input".
getDisplayOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
getDisplayOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
getDisplayOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getDisplayOnly() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Indicates whether the user should be allowed to edit this field.
getDisplaySize() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
getDisplaySize() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
getDisplaySize() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Specifies how much space should the input/output component take up on the screen.
getDynaForm(UIComponent) - Static method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Find the dynaForm component
getDynaForm() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
getELContext() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Note that this method should only be called when _FacesUtils.useValueExpression is true.
getELContext() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
getELContext() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getEntity() - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver.Configuration
the entity identification
getExclusiveFields() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getExtractor() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
getExtractor() - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver.Configuration
metadata for the given entity
getFamily() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
getFamily() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs
 
getFamily() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
getField(String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
 
getField(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaData
get the field by name
getField(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
 
getFieldCount() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
 
getFieldCount() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaData
number of fields
getFieldCount() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
 
getFieldId(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
getFieldNames() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
 
getFieldNames() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaData
get all fields names
getFieldNames() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
 
getFields(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.AsmHelper
Return a list of all the static and non-static fields of the specified class, regardless of their accessability.
getFields(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.BcelHelper
Return a list of all the static and non-static fields of the specified class, regardless of their accessability.
getFields(Class<?>) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.ClassHelper
Return a list of all the static and non-static fields of the specified class, regardless of their accessibility.
getFields(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
 
getFields(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.JavaHelper
 
getFor() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
getFor() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
getFormConfigs() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
get access to the special form configurations
getGuiBuilder() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
getIdAsDisplayOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getInfo(Class<?>) - Static method in class org.apache.myfaces.orchestra.dynaForm.metadata.utils.TypeInfos
 
getLabel() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.Selection
 
getLabelBundle() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
 
getLabelBundle() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getLabelBundle() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
getLength() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.utils.TypeInfos.Info
 
getLoginTimeout() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
getLogWriter() - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
getMaxSize() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
For text fields, this limits the number of characters that can be entered.
getMaxValue() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
For numeric fields, this specifies the maximum value permitted for this field.
getMaxValue() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.utils.TypeInfos.Info
 
getMetaData(MetaDataWritable, Object) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.Extractor
Get metadata information from the given entity and add it to the provided MetaData object.
getMetaData(MetaDataWritable, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
Implement the Extractor interface.
getMetaData(MetaDataWritable, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
Copy metadata overrides attached to a DynaForm UIComponent into an existing MetaData instance.
getMetaData(MetaDataWritable, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.JsfRequestFieldExtractor
 
getMethods(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.AsmHelper
Return a list of all the get*, set* and is* method on the specified class, regardless of their accessability.
getMethods(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.BcelHelper
Return a list of all the get*, set* and is* method on the specified class, regardless of their accessability.
getMethods(Class<?>) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.ClassHelper
Return a list of all the get*, set* and is* method on the specified class, regardless of their accessibility.
getMethods(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
 
getMethods(Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.JavaHelper
 
getMinSize() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getMinValue() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
For numeric fields, this specifies the minimum value permitted for this field.
getMinValue() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.utils.TypeInfos.Info
 
getModelMetaData() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
getName() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
The "name" of this field.
getNewComponentListener() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
getNewComponentListener() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
getNewComponentListener() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getOrCreateField(String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
Add a new field to the metadata or return one if one already exists for the given name
getOrCreateField(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
add a new field to the metadata or return one if one already exists for the given name
getOriginal() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getReadOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
getReadOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
getRelationType() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Indicates whether this property is a relation to some other object.
getRendererType() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigsTag
 
getRendererType() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
getRendererType() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getRequestedFields() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
 
getRequestedFields() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
 
getRequired() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Returns true if this field must have a value defined before the object is "valid".
getRequiredProperty(String, Properties, String) - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver
 
getResourceAsStream(String) - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver
 
getSavePointName() - Method in class org.apache.myfaces.orchestra.conversation.versioning.SavePoint
 
getSelectionSource() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getTemporalType() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getType(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
getType(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
getType() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
The type of the property that this Field instance represents.
getUri() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
getUri() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getValue(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
getValue() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.Selection
 
getValueBindingPrefix() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
getValueBindingPrefix(DynaForm, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
getValueBindingPrefix() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
getValueProperty(Object, String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
getVersioningStrategy() - Method in class org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope
 
getViewType(UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
determine the current view type "list" means: the layout component "is a" or "is embedded in an" list component (UIData) "form" means: anything else
getWantedComponent() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
getWantedComponentType() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
 
GuiBuilder - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder
A factory for creating gui-framework-specific representations of data to be displayed to a user.
GuiBuilder() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
 

H

hasAnnotationTransient(AccessibleObject) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
skip method/fields annotated with transient
hashCode() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
hashCode() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.NullObject
 
HibernateExtractor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.hibernate
Extract hibernate specific data
HibernateExtractor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.hibernate.HibernateExtractor
 

I

IgnoreProperty - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Ignore (skip) this property so it will not be displayed by the DynaForm (ie no input or output JSF components will be created to represent it).
initConverter(UIOutput, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
setup a converter if required
initDefaults(UIComponent, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
init global defaults like id
initDefaults(UIComponent, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initFromAnnotations(EjbExtractor.Context, MetaFieldWritable, AccessibleObject) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
init metadata from annotations
initFromAnnotations(EjbExtractor.Context, MetaFieldWritable, AccessibleObject) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.hibernate.HibernateExtractor
 
initFromConfig(MetaFieldWritable, DynaConfig) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
 
initFromConfig(MetaFieldWritable, DynaConfig) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.JsfExclusiveExtractor
 
initFromConfig(MetaFieldWritable, DynaConfig) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.JsfExtractor
 
initFromFields(EjbExtractor.Context, MetaDataWritable, Field[]) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
ejb3 access through fields
initFromMethods(EjbExtractor.Context, MetaDataWritable, Method[]) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
ejb3 access through methods (properties)
initFromType(EjbExtractor.Context, MetaFieldWritable, Class) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
 
initInputDefaults(HtmlInputText, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
setup all the validators, maxlength, size, ...
initInputDefaults(UIInput, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
setup defaults for input fields like required
initInputDefaults(HtmlInputText, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initInputDefaults(UIInput, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initOutputDefaults(UIOutput, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
init global defaults for output fields
initOutputDefaults(UIOutput, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initSelections(MetaField, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
insert possible selection items
initSelections(MetaField, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initValueBinding(UIComponent, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
init the default value binding
initValueBinding(UIComponent, MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initView(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Dynamically compute and add child components to the current tree.
invoke(FacesContext, Object[]) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
isDisplayOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
isEmbedded() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
isEmbedded() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
In case of hierarchical structures this defines if a child class should be treatened as "embedded".
isEmpty() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
isEntityType() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Returns true if the type of this field is a persistent class.
isExclusiveFields() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
isFieldDisplayOnly(MetaField) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
Returns true if this field should be rendered display only.
isHasFractional() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.utils.TypeInfos.Info
 
isId() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
isId() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaField
Returns true when this field belongs to a persistent entity and this field is part of the entity key.
isIdAsDisplayOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
isIdAsDisplayOnly() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
 
isNumber() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.utils.TypeInfos.Info
 
isParentOfWantedField(String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
Is metadata about this field wanted because some child field of this field has explicitly been marked as requested?
isParentOfWantedField(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
// we processed this field due to the fact that it was the parent of a requestedField should this field be processed.
isReadOnly(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
isRendered() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
isTomahawkAvailable() - Static method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.MyFacesCheck
 
isTransient() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
isTransient() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
isWantedField(String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
Indicates whether metadata about this field is wanted.
isWantedField(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
Indicate whether the field with the specified name should be used or ignored.
isWrapperFor(Class) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
iterator() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigs
 
iterFieldNames() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
 
iterFieldNames() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaData
iterate through fields
iterFieldNames() - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
 

J

JavaHelper - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
Extracts fields/methods of the given java class.
JavaHelper() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.JavaHelper
 
JsfExclusiveExtractor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf
Extract metadata from jsf form.
This will read all facets with "ff_" name prefix but nothing will be configured.
JsfExclusiveExtractor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.JsfExclusiveExtractor
 
JsfExtractor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf
Extract metadata from jsf form.
This will read all facets with "ff_" name prefix
JsfExtractor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.JsfExtractor
 
JsfGuiBuilder - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
A concrete subclass of GuiBuilder which knows how to build JSF components and add them to the current component tree.
JsfGuiBuilder() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
JsfGuiBuilderDecorator - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
a helper to be able to decorate the builder
JsfGuiBuilderDecorator(JsfGuiBuilder) - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
JsfGuiBuilderFactory - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
 
JsfGuiElementBuilder - Interface in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
 
JsfRequestFieldExtractor - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf
Extract metadata from jsf form.
This will read all facets with "ff_" name prefix but nothing will be configured.
JsfRequestFieldExtractor() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf.JsfRequestFieldExtractor
 

K

keySet() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 

L

Length - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Set the minimum and maximum characters allowed for input.

M

MatchModeEnum - Enum in org.apache.myfaces.orchestra.dynaForm.lib
 
Max - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Set the maximum allowed value for a numeric input field.
MetaAttribute - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Store the (name,value) pair into the Attributes map of this field's metadata.
MetaData - Interface in org.apache.myfaces.orchestra.dynaForm.metadata
A read-only view of metadata about a particular entity.
MetaDataImpl - Class in org.apache.myfaces.orchestra.dynaForm.metadata.impl
A convenience implementation of the MetaDataWritable interface.
MetaDataImpl() - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
 
MetaDataWritable - Interface in org.apache.myfaces.orchestra.dynaForm.metadata
A writable implementation of the MetaData interface that is initialised by Extractor objects, and then read by other objects that need information about the available properties.
MetaField - Interface in org.apache.myfaces.orchestra.dynaForm.metadata
Read-only representation of meta-data about a single property of an entity.
MetaFieldWritable - Interface in org.apache.myfaces.orchestra.dynaForm.metadata
Metadata for a field
Min - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Set the minimum allowed value for a numeric input field.
MyFacesCheck - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces
 
MyFacesGuiBuilder - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces
use myfaces goodies
MyFacesGuiBuilder() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 

N

newClassHelper() - Static method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.ClassHelperFactory
 
newComponent(UIComponent, MetaField, String, UIComponent, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm.AddComponentSimple
 
newComponent(UIComponent, MetaField, String, UIComponent, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm.AddComponentToTable
 
newComponent(UIComponent, MetaField, String, UIComponent, UIComponent) - Method in interface org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.NewComponentListener
the new component and its label
NewComponentListener - Interface in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
This listener will be fired if a new component is ready.
NotNull - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Require the user to enter a value for this input field.
NullObject - Class in org.apache.myfaces.orchestra.dynaForm.lib
 
NullObject() - Constructor for class org.apache.myfaces.orchestra.dynaForm.lib.NullObject
 

O

ObjectSerializationConverter - Class in org.apache.myfaces.orchestra.dynaForm.lib
Converter that can map a Serializable object into a plain java String.
ObjectSerializationConverter() - Constructor for class org.apache.myfaces.orchestra.dynaForm.lib.ObjectSerializationConverter
 
onBeforeReleaseConnection(Connection) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
onComponentPopulated(FaceletContext, UIComponent, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.facelets.DynaFormHandler
 
OrderDirectionEnum - Enum in org.apache.myfaces.orchestra.dynaForm.lib
 
org.apache.myfaces.orchestra.connectionManager - package org.apache.myfaces.orchestra.connectionManager
The code in this package is a copy of code that was originally implemented in core, but which was later simplified.
org.apache.myfaces.orchestra.conversation - package org.apache.myfaces.orchestra.conversation
 
org.apache.myfaces.orchestra.conversation.versioning - package org.apache.myfaces.orchestra.conversation.versioning
 
org.apache.myfaces.orchestra.conversation.versioning.spring - package org.apache.myfaces.orchestra.conversation.versioning.spring
 
org.apache.myfaces.orchestra.dynaForm - package org.apache.myfaces.orchestra.dynaForm
Defines a DynaForm JSF component that can render a "form" to display/edit/create instances of some persistent entity.
org.apache.myfaces.orchestra.dynaForm.annot - package org.apache.myfaces.orchestra.dynaForm.annot
Provide annotations that can be used with a DynaForm.
org.apache.myfaces.orchestra.dynaForm.annot.ui - package org.apache.myfaces.orchestra.dynaForm.annot.ui
 
org.apache.myfaces.orchestra.dynaForm.jsf.component - package org.apache.myfaces.orchestra.dynaForm.jsf.component
This package declares a couple of JSF components plus the jsp tags that can be used to add those components to a view-tree.
org.apache.myfaces.orchestra.dynaForm.jsf.component.facelets - package org.apache.myfaces.orchestra.dynaForm.jsf.component.facelets
 
org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder - package org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder
 
org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf - package org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
 
org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces - package org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces
 
org.apache.myfaces.orchestra.dynaForm.lib - package org.apache.myfaces.orchestra.dynaForm.lib
 
org.apache.myfaces.orchestra.dynaForm.metadata - package org.apache.myfaces.orchestra.dynaForm.metadata
This package exposes sufficient information about the properties of persistent entities for the DynaForm to create the correct JSF input components for the entity.
org.apache.myfaces.orchestra.dynaForm.metadata.impl - package org.apache.myfaces.orchestra.dynaForm.metadata.impl
 
org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb - package org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
 
org.apache.myfaces.orchestra.dynaForm.metadata.impl.hibernate - package org.apache.myfaces.orchestra.dynaForm.metadata.impl.hibernate
 
org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf - package org.apache.myfaces.orchestra.dynaForm.metadata.impl.jsf
 
org.apache.myfaces.orchestra.dynaForm.metadata.utils - package org.apache.myfaces.orchestra.dynaForm.metadata.utils
 
org.apache.myfaces.orchestra.dynaForm.uri - package org.apache.myfaces.orchestra.dynaForm.uri
 

P

popAccessType() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
process() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
processEmbedded(EjbExtractor.Context, MetaDataWritable, AccessibleObject, String, Class<?>) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
 
processField(EjbExtractor.Context, MetaDataWritable, AccessibleObject, String, Class<?>, Boolean, Boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
process the given field - or ist superclass if it is embedded
processPreviouslyAdded(FacesContext, UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
check if we already added components to the layout component.

if this is the case then: keep them cached and avoid readd in development mode: remove the components in production mode: keep them cached

TODO: need to figure out whats the best way to recreate the components

put(K, V) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 

R

Range - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Set the minimum and maximum allowed values for an input field.
ReadOnly - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Render a readonly element.
RelationType - Enum in org.apache.myfaces.orchestra.dynaForm.metadata
 
release() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigsTag
 
release() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
release() - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
releaseAllBorrowedConnections() - Static method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
releaseConnection(Connection) - Method in class org.apache.myfaces.orchestra.connectionManager.AbstractConnectionManagerListener
 
releaseConnection(Connection) - Method in interface org.apache.myfaces.orchestra.connectionManager.ConnectionManagerListener
 
remove(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
removeDynaFormCreatedComponents(UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
requestField(String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
Allow a field to be added to this object even after this MetaData object is "locked" for field addition.
requestField(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
request to add this field if we reach it.
resolve(String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver
Look in all META-INF directories in the classpath for a file of name "dynaForm-scheme.xml", where scheme is a parameter to this method.
resolveUri(String) - Method in class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver
resolve the given uri
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
revertToLastSavePoint() - Method in class org.apache.myfaces.orchestra.conversation.versioning.VersioningConversation
Reverts to the last snapshot.
revertToSavePoint(SavePoint) - Method in class org.apache.myfaces.orchestra.conversation.versioning.VersioningConversation
Reverts to the given snapshot (SavePoint).
revertToSavePoint(String) - Method in class org.apache.myfaces.orchestra.conversation.versioning.VersioningConversation
Reverts to a snapshot via the given SavePoint name.

S

SavePoint - Class in org.apache.myfaces.orchestra.conversation.versioning
Simple marker object which represents an actual snapshot of version scoped conversational data.
SavePoint() - Constructor for class org.apache.myfaces.orchestra.conversation.versioning.SavePoint
 
SavePoint(String) - Constructor for class org.apache.myfaces.orchestra.conversation.versioning.SavePoint
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
SELECT_NULL_OBJECT - Static variable in class org.apache.myfaces.orchestra.dynaForm.lib.ObjectSerializationConverter
 
Selection - Class in org.apache.myfaces.orchestra.dynaForm.metadata
represents a selection (e.g.
Selection(Object) - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.Selection
let the gui determine how to display this value
Selection(String, Object) - Constructor for class org.apache.myfaces.orchestra.dynaForm.metadata.Selection
selection with fixed label
SelectionSourceEnum - Enum in org.apache.myfaces.orchestra.dynaForm.lib
 
SelectionTypeEnum - Enum in org.apache.myfaces.orchestra.dynaForm.lib
 
SerializingConversationDataHolder - Class in org.apache.myfaces.orchestra.conversation
A wrapper around the beans hold by a conversation.
SerializingConversationDataHolder(Map) - Constructor for class org.apache.myfaces.orchestra.conversation.SerializingConversationDataHolder
 
setAccessField(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
setAllowedSelections(Selection[]) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setAllowMultipleSelections(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setAttribute(String, Object) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setBackingEntityPrefix(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
setBackingEntityPrefix(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setBundle(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
The bundle to use to convert property names to localised label strings.
setBundle(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
setCanRead(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setCanWrite(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setComponentHandler(Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
Specifies the "controller bean" used to render this specific field.
setComponentHandler(Object) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setContext(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
setContext(FacesContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setConverterBean(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setConverterClass(Class<Converter>) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setConverterId(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setDataComparator(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setDataSource(DataSource) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setDataSource(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setDataSourceDescription(String) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setDestCmp(UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
 
setDisabled(Boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
configure this field as disabled - like readOnly but grayed too
setDisabled(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
setDisabled(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setDisplayOnly(Boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
set the field to display only
setDisplayOnly(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
setDisplayOnly(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Display the whole form in read only mode, ie all the JSF components generated to display persistent properties are "read only".
setDisplayOnly(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
setDisplayOnly(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setDisplaySize(Integer) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
a hint for the size the ui should use when rendering the field
setDisplaySize(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
setDisplaySize(int) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setDynaForm(DynaForm) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
setELContext(ELContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
 
setELContext(ELContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
setELContext(ELContext) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setEmbedded(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setEntityType(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setExclusiveFields(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Process only fields listed by their facets
setExclusiveFields(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
setFor(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
the name of the property this configuration is for
setFor(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
setFormDisplayOnly(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
Set to true if the guiBuilder should build a read-only form only.
setFormDisplayOnly(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setGuiBuilder(GuiBuilder) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
setId(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setIdAsDisplayOnly(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Display id fields (ie the key fields of the persistent object) in the form in read only mode.
setIdAsDisplayOnly(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
setIdAsDisplayOnly(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
set if the guiBuilder should build all id fields display only
setJndiName(String) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setLabelBundle(Map<String, String>) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
The resource bundle to be used when translating field names into text labels.
setLabelBundle(Map<String, String>) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setLabelBundle(Map<String, String>) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
setListeners(ConnectionManagerListener[]) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setLockFields(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.MetaDataImpl
if set to true this avoids any field to be newly created, only already existent fields are to be processed
setLockFields(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaDataWritable
Prevent the adding of any new MetaField objects to this instance (but enhancing existing fields is permitted).
setLoginTimeout(int) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
setMaxSize(Integer) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setMaxValue(Double) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setMinSize(Integer) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setMinValue(Double) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setModelMetaData(MetaData) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
setNewComponentListener(NewComponentListener) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Normally DynaForm will try to figure out how to add components to the JSF tree.
setNewComponentListener(NewComponentListener) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilder
 
setNewComponentListener(NewComponentListener) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setProperties(UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
setProperties(UIComponent) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
setReadOnly(Boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfig
configure this field as readOnly - noneditable input field
setReadOnly(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaConfigTag
 
setRelationType(RelationType) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setRequired(boolean) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setSelectionSource(SelectionSourceEnum) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setSpecialFieldDisabled(MetaFieldWritable) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
configure a special fields as disabled.
setTemporalType(TemporalType) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setTransient(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.DataSourceLabelConverter
 
setTransient(boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
setType(Class<?>) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setUri(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Specifies how to obtain the metadata for the value object.
setUri(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
setValue(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
setValueBindingPrefix(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaForm
Specify how to get and set the model value for each persistent property of the value object.
setValueBindingPrefix(String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.component.DynaFormTag
 
setValueExpression(UIComponent, ELContext, FacesContext, String) - Static method in class org.apache.myfaces.orchestra.dynaForm.lib._FacesUtils
This associates an EL expression with the "value" attribute of the specified UIComponent.
setVersioningStrategy(String) - Method in class org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope
Must be "serialization" at the moment.
setWantedComponent(UIComponent) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
setWantedComponentType(FieldRepresentation) - Method in interface org.apache.myfaces.orchestra.dynaForm.metadata.MetaFieldWritable
 
size() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
Slipstream - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder
The slipstream will bring the configuration-metaData/gui together
Slipstream() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream
 
SpringVersioningScope - Class in org.apache.myfaces.orchestra.conversation.versioning.spring
Example
SpringVersioningScope() - Constructor for class org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope
 
startEmbedded(String, boolean, boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
SuggestSelectListMethodWrapper - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.myfaces
Intercepts the method binding used to build the suggest selection list

T

Temporal - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Mark this property as representing a date/time.
translateText(String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.GuiBuilder
Localise a text string using the resource-bundle specified for the dynaform.
type2Class(Type) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.BcelHelper
 
TypeInfos - Class in org.apache.myfaces.orchestra.dynaForm.metadata.utils
 
TypeInfos.Info - Class in org.apache.myfaces.orchestra.dynaForm.metadata.utils
 

U

UIComponent - Annotation Type in org.apache.myfaces.orchestra.dynaForm.annot.ui
Specify how this particular property is to be rendered.
unwrap(Class) - Method in class org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource
 
UriResolver - Class in org.apache.myfaces.orchestra.dynaForm.uri
Resolves the URI to a configuration
UriResolver() - Constructor for class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver
 
UriResolver.Configuration - Class in org.apache.myfaces.orchestra.dynaForm.uri
The configuration
UriResolver.Configuration(Extractor, String) - Constructor for class org.apache.myfaces.orchestra.dynaForm.uri.UriResolver.Configuration
 

V

validModifier(int, boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EjbExtractor
skip method/fields marked as static/transient
ValueBindingDataSourceAdapter - Class in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf
wraps a datasource and presents it as selectItem list
ValueBindingDataSourceAdapter() - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
ValueBindingDataSourceAdapter(MethodBinding, MethodBinding) - Constructor for class org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.ConditionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.MatchModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.OrderDirectionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.SelectionSourceEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.SelectionTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.ViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.metadata.FieldRepresentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.orchestra.dynaForm.metadata.RelationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.ConditionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.myfaces.orchestra.dynaForm.lib.DefaultValueMap
 
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.MatchModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.OrderDirectionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.SelectionSourceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.SelectionTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.lib.ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.metadata.FieldRepresentation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.orchestra.dynaForm.metadata.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSIONING_STRATEGY_CLONING - Static variable in class org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope
 
VERSIONING_STRATEGY_SERIALIZATION - Static variable in class org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope
 
VersioningConversation - Class in org.apache.myfaces.orchestra.conversation.versioning
A special kind of conversation which provides snapshot- and rollback functionality.
VersioningConversation(ConversationContext, String, ConversationFactory, String) - Constructor for class org.apache.myfaces.orchestra.conversation.versioning.VersioningConversation
 
ViewType - Enum in org.apache.myfaces.orchestra.dynaForm.lib
 
visit(String, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyAnnotationVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitAnnotation(String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyAnnotationVisitor
 
visitAnnotation(String, boolean) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitArray(String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyAnnotationVisitor
 
visitAttribute(Attribute) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitEnd() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyAnnotationVisitor
 
visitEnd() - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitEnum(String, String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyAnnotationVisitor
 
visitField(int, String, String, String, Object) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitOuterClass(String, String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 
visitSource(String, String) - Method in class org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyClassVisitor
 

_

_FacesUtils - Class in org.apache.myfaces.orchestra.dynaForm.lib
Some JSF helpers to smooth over the differences between JSF1.1 and JSF1.2.

A B C D E F G H I J K L M N O P R S T U V _

Copyright © 2012 The Apache Software Foundation. All Rights Reserved.