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

A

AbstractValueXmlItem - Class in org.jboss.seam.config.xml.model
 
AbstractValueXmlItem(XmlItemType, XmlItem, Class<?>, String, Map<String, String>, String, int) - Constructor for class org.jboss.seam.config.xml.model.AbstractValueXmlItem
 
AbstractXmlItem - Class in org.jboss.seam.config.xml.model
 
AbstractXmlItem(XmlItemType, XmlItem, Class<?>, String, Map<String, String>, String, int) - Constructor for class org.jboss.seam.config.xml.model.AbstractXmlItem
 
addBean(BeanResult<?>) - Method in class org.jboss.seam.config.xml.core.XmlResult
 
addChild(XmlItem) - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
addChild(XmlItem) - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
addChild(SaxNode) - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
addInterceptorBinding(Class<? extends Annotation>) - Method in class org.jboss.seam.config.xml.core.XmlResult
 
addNodeToResult(XmlItem, BeanManager) - Method in class org.jboss.seam.config.xml.model.ModelBuilder
 
addProblem(String) - Method in class org.jboss.seam.config.xml.core.XmlResult
 
addQualifier(Class<? extends Annotation>) - Method in class org.jboss.seam.config.xml.core.XmlResult
 
addStereotype(Class<? extends Annotation>, Annotation[]) - Method in class org.jboss.seam.config.xml.core.XmlResult
 
addToClass(Annotation) - Method in class org.jboss.seam.config.xml.core.BeanResult
 
addToConstructor(Constructor<?>, Annotation) - Method in class org.jboss.seam.config.xml.core.BeanResult
 
addToConstructorParameter(Constructor<?>, int, Annotation) - Method in class org.jboss.seam.config.xml.core.BeanResult
 
addToField(Field, Annotation) - Method in class org.jboss.seam.config.xml.core.BeanResult
 
addToMethod(Method, Annotation) - Method in class org.jboss.seam.config.xml.core.BeanResult
 
addToMethodParameter(Method, int, Annotation) - Method in class org.jboss.seam.config.xml.core.BeanResult
 
addVeto(Class<?>) - Method in class org.jboss.seam.config.xml.core.XmlResult
 
AnnotationXmlItem - Class in org.jboss.seam.config.xml.model
 
AnnotationXmlItem(XmlItem, Class<?>, String, Map<String, String>, String, int) - Constructor for class org.jboss.seam.config.xml.model.AnnotationXmlItem
 
ArrayFieldSet - Class in org.jboss.seam.config.xml.fieldset
class responsible for setting the value of array properties.
ArrayFieldSet(Property<Object>, List<ValueXmlItem>) - Constructor for class org.jboss.seam.config.xml.fieldset.ArrayFieldSet
 
ArrayXmlItem - Class in org.jboss.seam.config.xml.model
 
ArrayXmlItem(XmlItem, Map<String, String>, String, int) - Constructor for class org.jboss.seam.config.xml.model.ArrayXmlItem
 
attributes - Variable in class org.jboss.seam.config.xml.model.AbstractXmlItem
 

B

BeanResult<X> - Class in org.jboss.seam.config.xml.core
 
BeanResult(Class<X>, boolean, BeanResultType, List<FieldValueObject>, List<BeanResult<?>>, BeanManager) - Constructor for class org.jboss.seam.config.xml.core.BeanResult
 
BeanResultType - Enum in org.jboss.seam.config.xml.core
 
beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.jboss.seam.config.xml.bootstrap.XmlConfigExtension
This is the entry point for the extension
build(SaxNode, BeanManager) - Method in class org.jboss.seam.config.xml.model.ModelBuilder
builds an XML result from a parsed xml document

C

characters(char[], int, int) - Method in class org.jboss.seam.config.xml.parser.ParserMain
 
ClassXmlItem - Class in org.jboss.seam.config.xml.model
 
ClassXmlItem(XmlItem, Class<?>, Map<String, String>, String, int) - Constructor for class org.jboss.seam.config.xml.model.ClassXmlItem
 
close() - Method in class org.jboss.seam.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
close() - Method in interface org.jboss.seam.config.xml.bootstrap.XmlDocumentProvider
 
CollectionFieldSet - Class in org.jboss.seam.config.xml.fieldset
class responsible for setting the value of collection properties.
CollectionFieldSet(Property<Object>, List<ValueXmlItem>) - Constructor for class org.jboss.seam.config.xml.fieldset.CollectionFieldSet
 
compareTo(XmlResult) - Method in class org.jboss.seam.config.xml.core.XmlResult
 
CompositeNamespaceElementResolver - Class in org.jboss.seam.config.xml.parser.namespace
Namespace resolver that searches through a list of packages
CompositeNamespaceElementResolver(Collection<String>) - Constructor for class org.jboss.seam.config.xml.parser.namespace.CompositeNamespaceElementResolver
 
CompositeNamespaceElementResolver(String[]) - Constructor for class org.jboss.seam.config.xml.parser.namespace.CompositeNamespaceElementResolver
 
ConstantFieldValue - Class in org.jboss.seam.config.xml.fieldset
Represents a simple field value in an XML document
ConstantFieldValue(String) - Constructor for class org.jboss.seam.config.xml.fieldset.ConstantFieldValue
 
convert(Class, String) - Static method in class org.jboss.seam.config.xml.util.XmlObjectConverter
 
createBeanResult(BeanManager) - Method in class org.jboss.seam.config.xml.model.ClassXmlItem
 
createVirtualFieldBeanResult(BeanManager) - Method in class org.jboss.seam.config.xml.model.ClassXmlItem
Builds up a bean result for a virtual producer field.

D

dispose(T) - Method in class org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper
 
document - Variable in class org.jboss.seam.config.xml.model.AbstractXmlItem
 

E

ELFieldValue - Class in org.jboss.seam.config.xml.fieldset
Field value impl for EL expressions
ELFieldValue(String) - Constructor for class org.jboss.seam.config.xml.fieldset.ELFieldValue
 
endElement(String, String, String) - Method in class org.jboss.seam.config.xml.parser.ParserMain
 
EntryXmlItem - Class in org.jboss.seam.config.xml.model
 
EntryXmlItem(XmlItem, String, int) - Constructor for class org.jboss.seam.config.xml.model.EntryXmlItem
 
error(SAXParseException) - Method in class org.jboss.seam.config.xml.parser.ParserMain
 

F

fatalError(SAXParseException) - Method in class org.jboss.seam.config.xml.parser.ParserMain
 
field - Variable in class org.jboss.seam.config.xml.core.VirtualProducerField
 
FieldValue - Interface in org.jboss.seam.config.xml.fieldset
represents an initial field value.
FieldValueObject - Interface in org.jboss.seam.config.xml.fieldset
FieldValueObjects set field values for a given instance
FileDataReader - Class in org.jboss.seam.config.xml.util
Utility class that reads a file or URL into a String
FileDataReader() - Constructor for class org.jboss.seam.config.xml.util.FileDataReader
 

G

getAlias() - Method in enum org.jboss.seam.config.xml.model.XmlItemType
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.AbstractValueXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.AnnotationXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.ClassXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.EntryXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.KeyXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.MethodXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.ModifiesXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.ParametersXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.ParameterXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
getAllowedItem() - Method in class org.jboss.seam.config.xml.model.ReplacesXmlItem
 
getAllowedItem() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getAnnotatedType() - Method in class org.jboss.seam.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
getAnnotatedType() - Method in class org.jboss.seam.config.xml.core.BeanResult
 
getAttributes() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getAttributes() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getBeanResult(BeanManager) - Method in class org.jboss.seam.config.xml.model.AbstractValueXmlItem
 
getBeanResults(BeanManager) - Method in class org.jboss.seam.config.xml.model.EntryXmlItem
get the inline beans for the value and the key
getBeans() - Method in class org.jboss.seam.config.xml.core.XmlResult
 
getBeanType() - Method in class org.jboss.seam.config.xml.core.BeanResult
 
getChildren() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getChildren() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getChildren() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getChildrenOfType(Class<T>) - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getChildrenOfType(Class<T>) - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getDeclaringClass() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
getDocument() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getDocument() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getDocument() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getDocumentProviders() - Method in class org.jboss.seam.config.xml.bootstrap.XmlConfigExtension
 
getElementName() - Method in enum org.jboss.seam.config.xml.model.XmlItemType
 
getField() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
Returns the field that corresponds to the property, or null if it does not exist
getField(Class<?>, String) - Static method in class org.jboss.seam.config.xml.util.Reflections
returns the field or null if not found
getFieldName() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
getFieldType() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
getFieldValue() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
getFieldValues() - Method in class org.jboss.seam.config.xml.core.BeanResult
 
getFileUrl() - Method in interface org.jboss.seam.config.xml.bootstrap.XmlDocument
This serves two purposes, one it is used to display to the user the location of the file that contains an error, and the reversed file URL is also used to sort the bean results so the beans are always installed in the same order.
getFlattenedBeans() - Method in class org.jboss.seam.config.xml.core.XmlResult
Gets all beans from the result, including inline beans
getId() - Static method in class org.jboss.seam.config.xml.fieldset.InlineBeanIdCreator
 
getInjectionPoints() - Method in class org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper
 
getInlineBeans() - Method in class org.jboss.seam.config.xml.core.BeanResult
 
getInlineBeans() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
getInnerText() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getInnerText() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getInnerText() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getInputSource() - Method in interface org.jboss.seam.config.xml.bootstrap.XmlDocument
 
getInterceptorBindings() - Method in class org.jboss.seam.config.xml.core.XmlResult
 
getItemForNamespace(SaxNode, XmlItem) - Method in class org.jboss.seam.config.xml.parser.namespace.CompositeNamespaceElementResolver
 
getItemForNamespace(SaxNode, XmlItem) - Method in interface org.jboss.seam.config.xml.parser.namespace.NamespaceElementResolver
 
getItemForNamespace(SaxNode, XmlItem) - Method in class org.jboss.seam.config.xml.parser.namespace.PackageNamespaceElementResolver
 
getItemForNamespace(SaxNode, XmlItem) - Method in class org.jboss.seam.config.xml.parser.namespace.RootNamespaceElementResolver
 
getItemType(XmlItem) - Method in class org.jboss.seam.config.xml.model.ModelBuilder
Determines the type of an element by examining its child nodes
getJavaClass() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getJavaClass() - Method in class org.jboss.seam.config.xml.model.ArrayXmlItem
 
getJavaClass() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getKey() - Method in class org.jboss.seam.config.xml.model.EntryXmlItem
 
getLineno() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getLineno() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getLineNo() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getMaxOccurances() - Method in class org.jboss.seam.config.xml.util.TypeOccuranceInformation
 
getMessage() - Method in exception org.jboss.seam.config.xml.util.XmlConfigurationException
 
getMessage() - Method in exception org.jboss.seam.config.xml.util.XmlParseException
 
getMethod() - Method in class org.jboss.seam.config.xml.model.MethodXmlItem
 
getMinOccurances() - Method in class org.jboss.seam.config.xml.util.TypeOccuranceInformation
 
getName() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getNamespaceUri() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getNextDocument() - Method in class org.jboss.seam.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
getNextDocument() - Method in interface org.jboss.seam.config.xml.bootstrap.XmlDocumentProvider
 
getParent() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getParent() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getParent() - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
getProblems() - Method in class org.jboss.seam.config.xml.core.XmlResult
 
getProperty() - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
getQualifiers() - Method in class org.jboss.seam.config.xml.core.XmlResult
 
getShorthandFieldValues() - Method in class org.jboss.seam.config.xml.model.ClassXmlItem
 
getStereotypes() - Method in class org.jboss.seam.config.xml.core.XmlResult
 
getSyntheticQualifierId() - Method in class org.jboss.seam.config.xml.model.AbstractValueXmlItem
 
getType() - Method in class org.jboss.seam.config.xml.core.BeanResult
 
getType() - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
getType() - Method in interface org.jboss.seam.config.xml.model.XmlItem
 
getType() - Method in class org.jboss.seam.config.xml.util.TypeOccuranceInformation
 
getValue() - Method in class org.jboss.seam.config.xml.model.AbstractValueXmlItem
 
getValue() - Method in class org.jboss.seam.config.xml.model.EntryXmlItem
 
getVeto() - Method in class org.jboss.seam.config.xml.core.XmlResult
 

I

inject(T, CreationalContext<T>) - Method in class org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper
 
InjectionTargetWrapper<T> - Class in org.jboss.seam.config.xml.fieldset
 
InjectionTargetWrapper(InjectionTarget<T>, List<FieldValueObject>, BeanManager) - Constructor for class org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper
 
InlineBeanFieldValue - Class in org.jboss.seam.config.xml.fieldset
Field value object for an inline bean definition
InlineBeanFieldValue(int) - Constructor for class org.jboss.seam.config.xml.fieldset.InlineBeanFieldValue
 
InlineBeanIdCreator - Class in org.jboss.seam.config.xml.fieldset
 
InlineBeanIdCreator() - Constructor for class org.jboss.seam.config.xml.fieldset.InlineBeanIdCreator
 
InlineBeanQualifier - Annotation Type in org.jboss.seam.config.xml.fieldset
Internal qualifier used for inline beans
InlineBeanQualifier.InlineBeanQualifierLiteral - Class in org.jboss.seam.config.xml.fieldset
 
InlineBeanQualifier.InlineBeanQualifierLiteral(int) - Constructor for class org.jboss.seam.config.xml.fieldset.InlineBeanQualifier.InlineBeanQualifierLiteral
 
innerText - Variable in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
INSTANCE - Static variable in class org.jboss.seam.config.xml.core.XmlConfiguredBeanLiteral
 
InvalidElementException - Exception in org.jboss.seam.config.xml.parser.namespace
Exception thrown when both a method and a field have the same name
InvalidElementException(String) - Constructor for exception org.jboss.seam.config.xml.parser.namespace.InvalidElementException
 
isQualifierPresent(Annotated, BeanManager) - Method in class org.jboss.seam.config.xml.bootstrap.XmlConfigExtension
 
isTypeInSet(Set<TypeOccuranceInformation>, XmlItemType) - Static method in class org.jboss.seam.config.xml.util.TypeOccuranceInformation
 

J

javaClass - Variable in class org.jboss.seam.config.xml.model.AbstractXmlItem
 

K

KeyXmlItem - Class in org.jboss.seam.config.xml.model
 
KeyXmlItem(XmlItem, String, String, int) - Constructor for class org.jboss.seam.config.xml.model.KeyXmlItem
 

L

lineno - Variable in class org.jboss.seam.config.xml.model.AbstractXmlItem
 

M

MapFieldSet - Class in org.jboss.seam.config.xml.fieldset
class responsible for setting the value of map properties.
MapFieldSet(Property<Object>, List<EntryXmlItem>) - Constructor for class org.jboss.seam.config.xml.fieldset.MapFieldSet
 
MethodXmlItem - Class in org.jboss.seam.config.xml.model
 
MethodXmlItem(XmlItem, String, String, int) - Constructor for class org.jboss.seam.config.xml.model.MethodXmlItem
 
ModelBuilder - Class in org.jboss.seam.config.xml.model
Builds an XML result from sax nodes
ModelBuilder(String) - Constructor for class org.jboss.seam.config.xml.model.ModelBuilder
 
ModifiesXmlItem - Class in org.jboss.seam.config.xml.model
 
ModifiesXmlItem(XmlItem, String, int) - Constructor for class org.jboss.seam.config.xml.model.ModifiesXmlItem
 

N

NamespaceElementResolver - Interface in org.jboss.seam.config.xml.parser.namespace
 

O

of(XmlItemType, Integer, Integer) - Static method in class org.jboss.seam.config.xml.util.TypeOccuranceInformation
 
open() - Method in class org.jboss.seam.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
open() - Method in interface org.jboss.seam.config.xml.bootstrap.XmlDocumentProvider
 
org.jboss.seam.config.xml.bootstrap - package org.jboss.seam.config.xml.bootstrap
 
org.jboss.seam.config.xml.core - package org.jboss.seam.config.xml.core
 
org.jboss.seam.config.xml.fieldset - package org.jboss.seam.config.xml.fieldset
 
org.jboss.seam.config.xml.model - package org.jboss.seam.config.xml.model
 
org.jboss.seam.config.xml.parser - package org.jboss.seam.config.xml.parser
 
org.jboss.seam.config.xml.parser.namespace - package org.jboss.seam.config.xml.parser.namespace
 
org.jboss.seam.config.xml.util - package org.jboss.seam.config.xml.util
 
overrideFieldType(Field, Class<?>) - Method in class org.jboss.seam.config.xml.core.BeanResult
 

P

PackageNamespaceElementResolver - Class in org.jboss.seam.config.xml.parser.namespace
 
PackageNamespaceElementResolver(String) - Constructor for class org.jboss.seam.config.xml.parser.namespace.PackageNamespaceElementResolver
 
ParametersXmlItem - Class in org.jboss.seam.config.xml.model
 
ParametersXmlItem(XmlItem, String, int) - Constructor for class org.jboss.seam.config.xml.model.ParametersXmlItem
 
ParameterXmlItem - Class in org.jboss.seam.config.xml.model
represents a parameter of a constructor or method
ParameterXmlItem(XmlItem, Class<?>, String, int) - Constructor for class org.jboss.seam.config.xml.model.ParameterXmlItem
 
parent - Variable in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
parse(InputSource, String, List<Exception>) - Method in class org.jboss.seam.config.xml.parser.ParserMain
 
ParserMain - Class in org.jboss.seam.config.xml.parser
Parser for xml configration, this class should only be used once and then discarded
ParserMain() - Constructor for class org.jboss.seam.config.xml.parser.ParserMain
 
postConstruct(T) - Method in class org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper
 
preDestroy(T) - Method in class org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper
 
processAfterBeanDeployment(AfterBeanDiscovery) - Method in class org.jboss.seam.config.xml.bootstrap.XmlConfigExtension
 
ProcessAnnotatedTypeImpl - Class in org.jboss.seam.config.xml.bootstrap
 
ProcessAnnotatedTypeImpl(AnnotatedType<Object>) - Constructor for class org.jboss.seam.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
processAnotated(ProcessAnnotatedType<T>, BeanManager) - Method in class org.jboss.seam.config.xml.bootstrap.XmlConfigExtension
 
processInjectionTarget(ProcessInjectionTarget<T>, BeanManager) - Method in class org.jboss.seam.config.xml.bootstrap.XmlConfigExtension
 
produce(CreationalContext<T>) - Method in class org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper
 
PropertyXmlItem - Class in org.jboss.seam.config.xml.model
 
PropertyXmlItem(XmlItem, Property<Object>, String, String, int) - Constructor for class org.jboss.seam.config.xml.model.PropertyXmlItem
 
PropertyXmlItem(XmlItem, Property<Object>, String, Class<?>, String, int) - Constructor for class org.jboss.seam.config.xml.model.PropertyXmlItem
 

R

readClassFromType(Type) - Static method in class org.jboss.seam.config.xml.util.TypeReader
 
readFile(InputStream) - Static method in class org.jboss.seam.config.xml.util.FileDataReader
 
readUrl(URL) - Static method in class org.jboss.seam.config.xml.util.FileDataReader
 
Reflections - Class in org.jboss.seam.config.xml.util
 
Reflections() - Constructor for class org.jboss.seam.config.xml.util.Reflections
 
ReplacesXmlItem - Class in org.jboss.seam.config.xml.model
 
ReplacesXmlItem(XmlItem, String, int) - Constructor for class org.jboss.seam.config.xml.model.ReplacesXmlItem
 
resolveChildren(BeanManager) - Method in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
resolveChildren(BeanManager) - Method in class org.jboss.seam.config.xml.model.ArrayXmlItem
 
resolveChildren(BeanManager) - Method in class org.jboss.seam.config.xml.model.EntryXmlItem
 
resolveChildren(BeanManager) - Method in class org.jboss.seam.config.xml.model.MethodXmlItem
attempts to resolve a lazy method declaration.
resolveChildren(BeanManager) - Method in class org.jboss.seam.config.xml.model.PropertyXmlItem
 
resolveChildren(BeanManager) - Method in interface org.jboss.seam.config.xml.model.XmlItem
attempts to resolve any information that is not available at parse time
resolveMethodOrField(String, XmlItem, SaxNode) - Static method in class org.jboss.seam.config.xml.parser.namespace.PackageNamespaceElementResolver
 
resolveNamepsace(String, Map<String, NamespaceElementResolver>) - Method in class org.jboss.seam.config.xml.model.ModelBuilder
 
resolveNode(SaxNode, XmlItem, Map<String, NamespaceElementResolver>, BeanManager) - Method in class org.jboss.seam.config.xml.model.ModelBuilder
resolves the appropriate java elements from the xml
ResourceLoaderXmlDocumentProvider - Class in org.jboss.seam.config.xml.bootstrap
Document Provider that loads XML documents from the classpath
ResourceLoaderXmlDocumentProvider() - Constructor for class org.jboss.seam.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
ResourceLoaderXmlDocumentProvider(String[]) - Constructor for class org.jboss.seam.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
ResultType - Enum in org.jboss.seam.config.xml.model
 
RootNamespaceElementResolver - Class in org.jboss.seam.config.xml.parser.namespace
 
RootNamespaceElementResolver() - Constructor for class org.jboss.seam.config.xml.parser.namespace.RootNamespaceElementResolver
 

S

SaxNode - Class in org.jboss.seam.config.xml.parser
represents an XML element
SaxNode(String, String, Map<String, String>, SaxNode, String, int) - Constructor for class org.jboss.seam.config.xml.parser.SaxNode
 
setAnnotatedType(AnnotatedType<Object>) - Method in class org.jboss.seam.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
setDocumentLocator(Locator) - Method in class org.jboss.seam.config.xml.parser.ParserMain
 
setInnerText(String) - Method in class org.jboss.seam.config.xml.parser.SaxNode
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.seam.config.xml.fieldset.ArrayFieldSet
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.seam.config.xml.fieldset.CollectionFieldSet
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in interface org.jboss.seam.config.xml.fieldset.FieldValueObject
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.seam.config.xml.fieldset.MapFieldSet
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.seam.config.xml.fieldset.SimpleFieldValue
 
SimpleFieldValue - Class in org.jboss.seam.config.xml.fieldset
Field value object for a simple field
SimpleFieldValue(Class<?>, Property<Object>, FieldValue, Class<?>) - Constructor for class org.jboss.seam.config.xml.fieldset.SimpleFieldValue
 
startElement(String, String, String, Attributes) - Method in class org.jboss.seam.config.xml.parser.ParserMain
 

T

type - Variable in class org.jboss.seam.config.xml.model.AbstractXmlItem
 
TypeOccuranceInformation - Class in org.jboss.seam.config.xml.util
 
TypeOccuranceInformation(XmlItemType, Integer, Integer) - Constructor for class org.jboss.seam.config.xml.util.TypeOccuranceInformation
 
TypeReader - Class in org.jboss.seam.config.xml.util
 
TypeReader() - Constructor for class org.jboss.seam.config.xml.util.TypeReader
 

V

validateXmlItem(XmlItem) - Method in class org.jboss.seam.config.xml.model.ModelBuilder
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in class org.jboss.seam.config.xml.fieldset.ConstantFieldValue
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in class org.jboss.seam.config.xml.fieldset.ELFieldValue
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in interface org.jboss.seam.config.xml.fieldset.FieldValue
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in class org.jboss.seam.config.xml.fieldset.InlineBeanFieldValue
 
value() - Method in class org.jboss.seam.config.xml.fieldset.InlineBeanQualifier.InlineBeanQualifierLiteral
 
valueOf(String) - Static method in enum org.jboss.seam.config.xml.core.BeanResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.seam.config.xml.model.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.seam.config.xml.model.XmlItemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.seam.config.xml.core.BeanResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.seam.config.xml.model.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.seam.config.xml.model.XmlItemType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueXmlItem - Class in org.jboss.seam.config.xml.model
 
ValueXmlItem(XmlItem, String, String, int) - Constructor for class org.jboss.seam.config.xml.model.ValueXmlItem
 
veto() - Method in class org.jboss.seam.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
VirtualProducerField - Class in org.jboss.seam.config.xml.core
The class used to register virtual producer fields
VirtualProducerField() - Constructor for class org.jboss.seam.config.xml.core.VirtualProducerField
 

X

XmlConfigExtension - Class in org.jboss.seam.config.xml.bootstrap
 
XmlConfigExtension() - Constructor for class org.jboss.seam.config.xml.bootstrap.XmlConfigExtension
 
XmlConfigurationException - Exception in org.jboss.seam.config.xml.util
 
XmlConfigurationException(String, String, int) - Constructor for exception org.jboss.seam.config.xml.util.XmlConfigurationException
 
XmlConfigurationException(String, String, int, Throwable) - Constructor for exception org.jboss.seam.config.xml.util.XmlConfigurationException
 
XmlConfiguredBean - Annotation Type in org.jboss.seam.config.xml.core
marker for XML configured annotated types
XmlConfiguredBeanLiteral - Class in org.jboss.seam.config.xml.core
 
XmlConfiguredBeanLiteral() - Constructor for class org.jboss.seam.config.xml.core.XmlConfiguredBeanLiteral
 
XmlDocument - Interface in org.jboss.seam.config.xml.bootstrap
 
XmlDocumentProvider - Interface in org.jboss.seam.config.xml.bootstrap
classes that implement this interface can be used to load other XML documents, this is useful for testing
XmlId - Annotation Type in org.jboss.seam.config.xml.core
Annotation that allows tracing of annotated types through the startup process
XmlItem - Interface in org.jboss.seam.config.xml.model
 
XmlItemType - Enum in org.jboss.seam.config.xml.model
 
XmlObjectConverter - Class in org.jboss.seam.config.xml.util
utility class that can convert a string representation of a type into an instance of that type
XmlObjectConverter() - Constructor for class org.jboss.seam.config.xml.util.XmlObjectConverter
 
XmlParseException - Exception in org.jboss.seam.config.xml.util
 
XmlParseException(Exception, String, int) - Constructor for exception org.jboss.seam.config.xml.util.XmlParseException
 
XmlResult - Class in org.jboss.seam.config.xml.core
Stores the result of parsing an XML document
XmlResult(String) - Constructor for class org.jboss.seam.config.xml.core.XmlResult
 

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

Copyright © 2011 Seam Framework. All Rights Reserved.