- 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(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(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(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.
- 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(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(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(Class<?>, Type[], Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
- isAssignableFrom(Set<Type>, Set<Type>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Check the assiginability of a set of flattened types.
- isAssignableFrom(Set<Type>, Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
Check the assiginability of a set of flattened types.
- isAssignableFrom(Type[], Type) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
- 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
BeanManagerProvider implementations to locate
the
BeanManager and 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(Set<Annotation>) - Static method in class org.ocpsoft.rewrite.cdi.util.Reflections
-
- isCacheable(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