Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractJndiBeanManagerProvider - Class in org.ocpsoft.rewrite.cdi.manager
-
A base for building a
BeanManagerProviderbacked by JNDI - AbstractJndiBeanManagerProvider() - Constructor for class org.ocpsoft.rewrite.cdi.manager.AbstractJndiBeanManagerProvider
- add(Class<?>, Type) - Method in class org.ocpsoft.rewrite.cdi.util.HierarchyDiscovery
- afterInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- afterInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- AfterInboundRewrite - Class in org.ocpsoft.rewrite.cdi.events
- AfterInboundRewrite(InboundRewrite) - Constructor for class org.ocpsoft.rewrite.cdi.events.AfterInboundRewrite
- afterOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- AfterOutboundRewrite - Class in org.ocpsoft.rewrite.cdi.events
- AfterOutboundRewrite(OutboundRewrite) - Constructor for class org.ocpsoft.rewrite.cdi.events.AfterOutboundRewrite
- AfterRewrite - Class in org.ocpsoft.rewrite.cdi.events
- AfterRewrite(Rewrite) - Constructor for class org.ocpsoft.rewrite.cdi.events.AfterRewrite
- AfterRewriteLifecycle - Class in org.ocpsoft.rewrite.cdi.events
- AfterRewriteLifecycle(Rewrite) - Constructor for class org.ocpsoft.rewrite.cdi.events.AfterRewriteLifecycle
B
- BeanManagerAware - Class in org.ocpsoft.rewrite.cdi.manager
-
A convenient base class for obtaining a reference to the BeanManager from a non-managed class, or a class which may not be managed in certain environments (i.e., a listener in a Servlet container).
- BeanManagerAware() - Constructor for class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
- BeanManagerLocator - Class in org.ocpsoft.rewrite.cdi.manager
-
A utility for use in non-managed classes, which are not able to obtain a reference to the
BeanManagerusing injection. - BeanManagerLocator() - Constructor for class org.ocpsoft.rewrite.cdi.manager.BeanManagerLocator
- BeanManagerProvider - Interface in org.ocpsoft.rewrite.cdi.spi
-
BeanManagerProvideris the SPI forBeanManagerLocatorwhich allows third parties to register a way of obtaining theBeanManageroutside of CDI managed objects. - BeanManagerUnavailableException - Exception in org.ocpsoft.rewrite.cdi.manager
-
A runtime exception that is thrown when the attempt to resolve the BeanManager using the
BeanManagerProviderservice fails to locate theBeanManager. - BeanManagerUnavailableException(List<BeanManagerProvider>) - Constructor for exception org.ocpsoft.rewrite.cdi.manager.BeanManagerUnavailableException
- BeanManagerUtils - Class in org.ocpsoft.rewrite.cdi.manager
- BeanManagerUtils() - Constructor for class org.ocpsoft.rewrite.cdi.manager.BeanManagerUtils
- beforeInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- beforeInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- BeforeInboundRewrite - Class in org.ocpsoft.rewrite.cdi.events
- BeforeInboundRewrite(Rewrite) - Constructor for class org.ocpsoft.rewrite.cdi.events.BeforeInboundRewrite
- beforeOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- BeforeRewrite - Class in org.ocpsoft.rewrite.cdi.events
- BeforeRewrite(Rewrite) - Constructor for class org.ocpsoft.rewrite.cdi.events.BeforeRewrite
- BeforeRewriteLifecycle - Class in org.ocpsoft.rewrite.cdi.events
- BeforeRewriteLifecycle(Rewrite) - Constructor for class org.ocpsoft.rewrite.cdi.events.BeforeRewriteLifecycle
- boxedClass(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Types
- boxedType(Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Types
-
Gets the boxed type of a class
- buildTypeMap(Set<Type>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
C
- cast(Object) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Perform a runtime cast.
- CdiBeanNameResolver - Class in org.ocpsoft.rewrite.cdi
-
Implementation of
BeanNameResolverfor CDI. - CdiBeanNameResolver() - Constructor for class org.ocpsoft.rewrite.cdi.CdiBeanNameResolver
- CdiExpressionLanguageProvider - Class in org.ocpsoft.rewrite.cdi
- CdiExpressionLanguageProvider() - Constructor for class org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider
- CdiServiceEnricher - Class in org.ocpsoft.rewrite.cdi
- CdiServiceEnricher() - Constructor for class org.ocpsoft.rewrite.cdi.CdiServiceEnricher
- CdiServiceLocator - Class in org.ocpsoft.rewrite.cdi
- CdiServiceLocator() - Constructor for class org.ocpsoft.rewrite.cdi.CdiServiceLocator
- classForName(String, ClassLoader...) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Loads and initializes a class for the given name.
- Composite - Annotation Type in org.ocpsoft.rewrite.cdi.expressions
-
Qualifier used to identify a
ELResolverthat contains the default EL resolvers and any user registered el resolvers - containsWildcards(Type[]) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
D
- DefaultJndiBeanManagerProvider - Class in org.ocpsoft.rewrite.cdi.manager
-
A
BeanManagerProviderthat looks it up from the standard JNDI location - DefaultJndiBeanManagerProvider() - Constructor for class org.ocpsoft.rewrite.cdi.manager.DefaultJndiBeanManagerProvider
- DummyFunctionMapper - Class in org.ocpsoft.rewrite.cdi.expressions
-
A dummy function mapper that is installed by default.
- DummyFunctionMapper() - Constructor for class org.ocpsoft.rewrite.cdi.expressions.DummyFunctionMapper
- DummyVariableMapper - Class in org.ocpsoft.rewrite.cdi.expressions
-
A dummy variable mapper that is installed by default.
- DummyVariableMapper() - Constructor for class org.ocpsoft.rewrite.cdi.expressions.DummyVariableMapper
E
- ELResolverProducer - Class in org.ocpsoft.rewrite.cdi.expressions
-
Creates the composite EL Resolver which contains the default EL resolvers, the CDI EL resolver and any user registered resolvers.
- ELResolverProducer() - Constructor for class org.ocpsoft.rewrite.cdi.expressions.ELResolverProducer
- EMPTY_ANNOTATION_ARRAY - Static variable in class org.ocpsoft.rewrite.cdi.util.Reflections
-
An empty array of type
Annotation, useful converting lists to arrays. - EMPTY_CLASSES - Static variable in class org.ocpsoft.rewrite.cdi.util.Reflections
- EMPTY_OBJECT_ARRAY - Static variable in class org.ocpsoft.rewrite.cdi.util.Reflections
-
An empty array of type
Object, useful for converting lists to arrays. - EMPTY_TYPES - Static variable in class org.ocpsoft.rewrite.cdi.util.Reflections
- enrich(T) - Method in class org.ocpsoft.rewrite.cdi.CdiServiceEnricher
- equals(Object) - Method in class org.ocpsoft.rewrite.cdi.util.ParameterizedTypeImpl
- evaluateMethodExpression(String) - Method in class org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider
- evaluateMethodExpression(String) - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Evaluate a
MethodExpressionwith no parameters, inferring the return type. - evaluateMethodExpression(String, Class<T>) - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Evaluate a
MethodExpressionwith no parameters. - evaluateMethodExpression(String, Class<T>, Object[], Class<?>[]) - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Evaluate a
MethodExpression, passing arguments and argument types to the method. - evaluateMethodExpression(String, Object...) - Method in class org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider
- evaluateMethodExpression(String, Object...) - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Evaluate a
MethodExpression, passing arguments to the method. - evaluateValueExpression(String) - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Evaluate a
ValueExpressioninferring the return type. - evaluateValueExpression(String, Class<T>) - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Evaluate a
ValueExpression. - Expressions - Class in org.ocpsoft.rewrite.cdi.expressions
-
Provides various utility methods for working with EL expressions.
- Expressions(ELContext, ExpressionFactory) - Constructor for class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Create a new instance of the
Expressionsclass, providing theELContextandExpressionFactoryto be used.
F
- findDeclaredConstructor(Class<?>, Class<?>...) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Search the class hierarchy for a constructor with the given arguments.
- findDeclaredField(Class<?>, String) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Search the class hierarchy for a field with the given name.
- findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Search the class hierarchy for a method with the given name and arguments.
G
- getActualTypeArguments() - Method in class org.ocpsoft.rewrite.cdi.util.ParameterizedTypeImpl
- getActualTypeArguments(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Gets the actual type arguments of a class
- getActualTypeArguments(Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Gets the actual type arguments of a Type
- getAllDeclaredConstructors(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Get all the declared constructors on the class hierarchy.
- getAllDeclaredFields(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Get all the declared fields on the class hierarchy.
- getAllDeclaredMethods(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Get all the declared methods on the class hierarchy.
- getAnnotationsWithMetaAnnotation(Set<Annotation>, Class<? extends Annotation>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Search for annotations with the specified meta annotation type
- getBeanManager() - Method in class org.ocpsoft.rewrite.cdi.manager.AbstractJndiBeanManagerProvider
- getBeanManager() - Method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
- getBeanManager() - Method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerLocator
-
If a lookup has not yet been performed, consult registered
BeanManagerProviderimplementations to locate theBeanManagerand return the result. - getBeanManager() - Method in interface org.ocpsoft.rewrite.cdi.spi.BeanManagerProvider
-
Try to obtain a BeanManager
- getBeanManagerLocator() - Method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
- getBeanName(Class<?>) - Method in class org.ocpsoft.rewrite.cdi.CdiBeanNameResolver
- getContextualInstance(BeanManager, Class<T>, Annotation...) - Static method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerUtils
- getELContext() - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Obtain the
ELContextthat this instance ofExpressionsis using. - getELResolver(Instance<ELResolver>, BeanManager) - Method in class org.ocpsoft.rewrite.cdi.expressions.ELResolverProducer
- getExpressionFactory() - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Obtain the
ExpressionFactorythat this instance ofExpressionsis using. - getField(AnnotatedType<X>, Field) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Search the annotatedType for the field, returning the
AnnotatedField - getFieldValue(Field, Object) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- getFieldValue(Field, Object, Class<T>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Get the value of the field, on the specified instance, casting the value of the field to the expected type.
- getLocatingProvider() - Method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerLocator
-
Return the
BeanManagerProviderthat was used to locate the BeanManager. - getLocation() - Method in class org.ocpsoft.rewrite.cdi.manager.AbstractJndiBeanManagerProvider
- getLocation() - Method in class org.ocpsoft.rewrite.cdi.manager.DefaultJndiBeanManagerProvider
- getLocation() - Method in class org.ocpsoft.rewrite.cdi.manager.ServletContainerJndiBeanManagerProvider
- getLowerBounds() - Method in class org.ocpsoft.rewrite.cdi.util.WildcardTypeImpl
- getMemberType(Member) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Get the type of the member
- getMessage() - Method in exception org.ocpsoft.rewrite.cdi.manager.BeanManagerUnavailableException
- getNesting(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- getNonPrivateFinalMethodOrType(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- getOwnerType() - Method in class org.ocpsoft.rewrite.cdi.util.ParameterizedTypeImpl
- getPropertyName(Method) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Gets the property name from a getter method.
- getProviders() - Method in exception org.ocpsoft.rewrite.cdi.manager.BeanManagerUnavailableException
- getProvidersAsString() - Method in exception org.ocpsoft.rewrite.cdi.manager.BeanManagerUnavailableException
- getQualifiers(Set<Annotation>, BeanManager) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Extract any qualifiers from the set of annotations
- getRawType() - Method in class org.ocpsoft.rewrite.cdi.util.ParameterizedTypeImpl
- getRawType(Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Extract the raw type, given a type.
- getRequest() - Method in class org.ocpsoft.rewrite.cdi.events.WrapRequest
- getRequest() - Method in class org.ocpsoft.rewrite.cdi.events.WrapResponse
- getResolvedType() - Method in class org.ocpsoft.rewrite.cdi.util.HierarchyDiscovery
- getResponse() - Method in class org.ocpsoft.rewrite.cdi.events.WrapRequest
- getResponse() - Method in class org.ocpsoft.rewrite.cdi.events.WrapResponse
- getRewrite() - Method in class org.ocpsoft.rewrite.cdi.events.AfterInboundRewrite
- getRewrite() - Method in class org.ocpsoft.rewrite.cdi.events.AfterOutboundRewrite
- getRewrite() - Method in class org.ocpsoft.rewrite.cdi.events.AfterRewrite
- getRewrite() - Method in class org.ocpsoft.rewrite.cdi.events.AfterRewriteLifecycle
- getRewrite() - Method in class org.ocpsoft.rewrite.cdi.events.BeforeInboundRewrite
- getRewrite() - Method in class org.ocpsoft.rewrite.cdi.events.BeforeRewrite
- getRewrite() - Method in class org.ocpsoft.rewrite.cdi.events.BeforeRewriteLifecycle
- getTypeClosure() - Method in class org.ocpsoft.rewrite.cdi.util.HierarchyDiscovery
- getUpperBounds() - Method in class org.ocpsoft.rewrite.cdi.util.WildcardTypeImpl
- groomExpression(String) - Method in class org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider
H
- hashCode() - Method in class org.ocpsoft.rewrite.cdi.util.ParameterizedTypeImpl
- HierarchyDiscovery - Class in org.ocpsoft.rewrite.cdi.util
-
Utility class for resolving all bean types from a given type.
- HierarchyDiscovery(Type) - Constructor for class org.ocpsoft.rewrite.cdi.util.HierarchyDiscovery
I
- init(ServletContext) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge
- injectNonContextualInstance(BeanManager, Object) - Static method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerUtils
- INSTANCE - Static variable in class org.ocpsoft.rewrite.cdi.expressions.ResolverLiteral
- invokeMethod(boolean, Method, Class<T>, Object, Object...) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Invoke the method on the instance, with any arguments specified, casting the result of invoking the method to the expected return type.
- invokeMethod(boolean, Method, Object, Object...) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this method as arguments to the specified method.
- invokeMethod(Method, Class<T>, Object, Object...) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this method as arguments to the specified method.
- invokeMethod(Method, Object, Object...) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Invoke the specified method on the provided instance, passing any additional arguments included in this method as arguments to the specified method.
- isAbstract(Method) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if a method is abstract
- isArrayType(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if raw type is array type
- isAssignableFrom(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Check the assignability of one type to another, taking into account the actual type arguements
- isAssignableFrom(Class<?>, Type[], Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isAssignableFrom(Type[], Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isAssignableFrom(Type[], Type[]) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isAssignableFrom(Type, Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isAssignableFrom(Type, Type[]) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isAssignableFrom(Type, Set<? extends Type>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isAssignableFrom(Set<Type>, Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Check the assiginability of a set of flattened types.
- isAssignableFrom(Set<Type>, Set<Type>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Check the assiginability of a set of flattened types.
- isBeanManagerAvailable() - Method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
- isBeanManagerAvailable() - Method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerLocator
-
If a lookup has not yet been performed, consult registered
BeanManagerProviderimplementations to locate theBeanManagerand return whether it was found, caching the result. - isBeanManagerInjected() - Method in class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
- isBindings(Annotation) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Deprecated.
- isCacheable(Annotation[]) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isCacheable(Set<Annotation>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isFinal(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if class is final
- isFinal(Member) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if member is final
- isPackagePrivate(int) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isParamerterizedTypeWithWildcard(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isParameterizedType(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if type is parameterized type
- isPrimitive(Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isPrivate(Member) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if member is private
- isSerializable(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Check if a class is serializable.
- isStatic(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if type is static
- isStatic(Member) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if member is static
- isTransient(Member) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isTypeBounded(Type, Type[], Type[]) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- isTypeOrAnyMethodFinal(Class<?>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Checks if type or member is final
L
- locate(Class<T>) - Method in class org.ocpsoft.rewrite.cdi.CdiServiceLocator
M
- Mapper - Annotation Type in org.ocpsoft.rewrite.cdi.expressions
-
Qualifies the
FunctionMapperandVariableMapperbeans used to create anELContextfor use inExpressions. - matches(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- matches(Class<?>, Type[], Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- matches(Type, Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- matches(Type, Set<? extends Type>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
- matches(Set<Type>, Set<Type>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Check whether whether any of the types1 matches a type in types2
- methodExists(Class<?>, String) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Determine if a method exists in a specified class hierarchy
O
- org.ocpsoft.rewrite.cdi - package org.ocpsoft.rewrite.cdi
- org.ocpsoft.rewrite.cdi.bridge - package org.ocpsoft.rewrite.cdi.bridge
- org.ocpsoft.rewrite.cdi.events - package org.ocpsoft.rewrite.cdi.events
- org.ocpsoft.rewrite.cdi.expressions - package org.ocpsoft.rewrite.cdi.expressions
- org.ocpsoft.rewrite.cdi.manager - package org.ocpsoft.rewrite.cdi.manager
- org.ocpsoft.rewrite.cdi.spi - package org.ocpsoft.rewrite.cdi.spi
- org.ocpsoft.rewrite.cdi.util - package org.ocpsoft.rewrite.cdi.util
P
- ParameterizedTypeImpl - Class in org.ocpsoft.rewrite.cdi.util
- ParameterizedTypeImpl(Type, Type[], Type) - Constructor for class org.ocpsoft.rewrite.cdi.util.ParameterizedTypeImpl
- priority() - Method in class org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge
- priority() - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- priority() - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge
- priority() - Method in class org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider
- priority() - Method in class org.ocpsoft.rewrite.cdi.manager.DefaultJndiBeanManagerProvider
- priority() - Method in class org.ocpsoft.rewrite.cdi.manager.ServletContainerJndiBeanManagerProvider
- produce(Class<T>) - Method in class org.ocpsoft.rewrite.cdi.CdiServiceEnricher
R
- Reflections - Class in org.ocpsoft.rewrite.cdi.util
-
Utility class for working with JDK Reflection and also CDI's
Annotatedmetadata. - RequestCycleWrapperBridge - Class in org.ocpsoft.rewrite.cdi.bridge
- RequestCycleWrapperBridge() - Constructor for class org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge
- resolveFunction(String, String) - Method in class org.ocpsoft.rewrite.cdi.expressions.DummyFunctionMapper
- Resolver - Annotation Type in org.ocpsoft.rewrite.cdi.expressions
-
Qualifier used to identify a jakarta.el.ELResolver to register with the application wide jakarta.el.ELResolver provided by Solder
- ResolverLiteral - Class in org.ocpsoft.rewrite.cdi.expressions
- ResolverLiteral() - Constructor for class org.ocpsoft.rewrite.cdi.expressions.ResolverLiteral
- resolveVariable(String) - Method in class org.ocpsoft.rewrite.cdi.expressions.DummyVariableMapper
- retrieveValue(String) - Method in class org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider
- rewrite(Rewrite) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge
- RewriteLifecycleEventBridge - Class in org.ocpsoft.rewrite.cdi.bridge
-
Propagates events from
RewriteLifecycleListenerto CDI Event bus. - RewriteLifecycleEventBridge() - Constructor for class org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge
- RewriteProviderBridge - Class in org.ocpsoft.rewrite.cdi.bridge
- RewriteProviderBridge() - Constructor for class org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge
- run() - Method in class org.ocpsoft.rewrite.cdi.util.SetAccessiblePriviligedAction
S
- ServletContainerJndiBeanManagerProvider - Class in org.ocpsoft.rewrite.cdi.manager
-
A
BeanManagerProviderthat looks it up from the standard JNDI location used in servlet containers. - ServletContainerJndiBeanManagerProvider() - Constructor for class org.ocpsoft.rewrite.cdi.manager.ServletContainerJndiBeanManagerProvider
- setAccessible(A) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Set the accessibility flag on the
AccessibleObjectas described inAccessibleObject.setAccessible(boolean)within the context of aPrivilegedAction. - SetAccessiblePriviligedAction - Class in org.ocpsoft.rewrite.cdi.util
-
A
PrivilegedActionthat callsAccessibleObject.setAccessible(boolean) - SetAccessiblePriviligedAction(AccessibleObject) - Constructor for class org.ocpsoft.rewrite.cdi.util.SetAccessiblePriviligedAction
- setFieldValue(boolean, Field, Object, Object) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Sets the value of a field on the instance to the specified value.
- setFieldValue(Field, Object, Object) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Set the value of a field on the instance to the specified value.
- setRequest(HttpServletRequest) - Method in class org.ocpsoft.rewrite.cdi.events.WrapRequest
- setResponse(HttpServletResponse) - Method in class org.ocpsoft.rewrite.cdi.events.WrapResponse
- setVariable(String, ValueExpression) - Method in class org.ocpsoft.rewrite.cdi.expressions.DummyVariableMapper
- shutdown(ServletContext) - Method in class org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge
- submitValue(String, Object) - Method in class org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider
T
- toExpression(String) - Method in class org.ocpsoft.rewrite.cdi.expressions.Expressions
-
Convert's a bean name to an EL expression string.
- toString() - Method in class org.ocpsoft.rewrite.cdi.util.ParameterizedTypeImpl
- Types - Class in org.ocpsoft.rewrite.cdi.util
-
Utility class for Types
- Types() - Constructor for class org.ocpsoft.rewrite.cdi.util.Types
W
- WildcardTypeImpl - Class in org.ocpsoft.rewrite.cdi.util
-
Implementation of WildcardType
- WildcardTypeImpl(Type[], Type[]) - Constructor for class org.ocpsoft.rewrite.cdi.util.WildcardTypeImpl
- wrapRequest(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge
- WrapRequest - Class in org.ocpsoft.rewrite.cdi.events
- WrapRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.ocpsoft.rewrite.cdi.events.WrapRequest
- wrapResponse(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge
- WrapResponse - Class in org.ocpsoft.rewrite.cdi.events
- WrapResponse(HttpServletRequest, HttpServletResponse) - Constructor for class org.ocpsoft.rewrite.cdi.events.WrapResponse
All Classes and Interfaces|All Packages|Serialized Form