A B C D E F G I J L M N R S T U V W

A

addChild(SimpleProfile) - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfile
 
addIfMatching(ResolverUtil.Test, String) - Method in class net.sourceforge.jfacets.util.ResolverUtil
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
afterPropertiesSet() - Method in class net.sourceforge.jfacets.JFacets
To be invoked after all props have been set.
AnnotatedFacetDescriptorManager - Class in net.sourceforge.jfacets.annotations
The AnnotatedFacetDescriptorManager : loads and manages descriptors for facets using the @FacetKey annotation.
AnnotatedFacetDescriptorManager(List<String>) - Constructor for class net.sourceforge.jfacets.annotations.AnnotatedFacetDescriptorManager
Create the manager and set base packages that will be scanned for annotated facets.

B

build() - Method in class net.sourceforge.jfacets.JFacetsBuilder
Builds JFacets

C

characters(char[], int, int) - Method in class net.sourceforge.jfacets.impl.FacetsSaxParser
 
clearCache() - Method in class net.sourceforge.jfacets.JFacets
Clears the profiles cache
concatAll() - Method in class net.sourceforge.jfacets.impl.MetaFacetDescriptorManager
 
create(String, IProfile, Object, FacetDescriptor) - Method in interface net.sourceforge.jfacets.IFacetContextFactory
Invoked by the framework to create facet contexts
create(String, IProfile, Object, FacetDescriptor) - Method in class net.sourceforge.jfacets.impl.DefaultFacetContextFactory
Creates a DefaultFacetContext for passed parameters.
createFacet(FacetDescriptor) - Method in interface net.sourceforge.jfacets.IFacetFactory
 
createFacet(FacetDescriptor) - Method in class net.sourceforge.jfacets.impl.DefaultFacetFactory
Creates the facet for passed descriptor using Class.newInstance().
createProfile(String) - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfileRepository
 

D

debug(Object, Throwable) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
debug(Object) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
DefaultFacet - Class in net.sourceforge.jfacets.impl
A default facet that does nothing !
DefaultFacet() - Constructor for class net.sourceforge.jfacets.impl.DefaultFacet
 
DefaultFacetContext - Class in net.sourceforge.jfacets.impl
Default facet context implementation
DefaultFacetContext(String, IProfile, Object, FacetDescriptor) - Constructor for class net.sourceforge.jfacets.impl.DefaultFacetContext
 
DefaultFacetContextFactory - Class in net.sourceforge.jfacets.impl
Default facet context factory implementation
DefaultFacetContextFactory() - Constructor for class net.sourceforge.jfacets.impl.DefaultFacetContextFactory
 
DefaultFacetFactory - Class in net.sourceforge.jfacets.impl
Default facet factory implementation : creates facets using Class.newInstance().
DefaultFacetFactory() - Constructor for class net.sourceforge.jfacets.impl.DefaultFacetFactory
 
destroy() - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfileRepository
 
dumpFacetsAsXml() - Method in class net.sourceforge.jfacets.JFacets
Dump all facets as an XML facet descriptor (utility method, can be handy sometimes to get a list of all facet definitions).
DuplicatedKeyException - Exception in net.sourceforge.jfacets.annotations
Thrown when duplicated facet keys are found.
DuplicatedKeyException(String, String, Class<?>) - Constructor for exception net.sourceforge.jfacets.annotations.DuplicatedKeyException
 
DuplicatedKeyPolicyType - Enum in net.sourceforge.jfacets.annotations
Enum that holds possible types of key duplication policies.

E

endDocument() - Method in class net.sourceforge.jfacets.impl.FacetsSaxParser
 
endElement(String, String, String) - Method in class net.sourceforge.jfacets.impl.FacetsSaxParser
 
equals(Object) - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfile
 
error(Object, Throwable) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
error(Object) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 

F

FacetDescriptor - Class in net.sourceforge.jfacets
Holds facet assignation parameters : name : the name of the facet profileId : the id of the profile targetObjectType : the Class of the target object facetClass : the implementation Class of facet
FacetDescriptor() - Constructor for class net.sourceforge.jfacets.FacetDescriptor
 
FacetDescriptorManager - Class in net.sourceforge.jfacets.impl
The FacetDescriptorManager : handles loading of descriptors from an XML resource, and provides access to them.
FacetDescriptorManager(String) - Constructor for class net.sourceforge.jfacets.impl.FacetDescriptorManager
Creates the manager and loads descriptors.
FacetKey - Annotation Type in net.sourceforge.jfacets.annotations
The FacetKey annotation.
FacetKeyList - Annotation Type in net.sourceforge.jfacets.annotations
Allows to have multiple assignations for a single facet class.
FacetRepositoryImpl - Class in net.sourceforge.jfacets.impl
Implementation of the facet repository
FacetRepositoryImpl(IProfileRepository, IFacetFactory, IFacetContextFactory, IFacetDescriptorManager) - Constructor for class net.sourceforge.jfacets.impl.FacetRepositoryImpl
everything loaded at construction
FacetsSaxParser - Class in net.sourceforge.jfacets.impl
Parser for facets XML descriptors.
FacetsSaxParser(InputStream) - Constructor for class net.sourceforge.jfacets.impl.FacetsSaxParser
Creates object, parses xml from supplied InputStream and creates descriptors
fatal(Object, Throwable) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
fatal(Object) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
feed() - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfileRepository
To be overridden to instantiate the graph using the createProfile() method.
find(ResolverUtil.Test, String) - Method in class net.sourceforge.jfacets.util.ResolverUtil
Scans for classes starting at the package provided and descending into subpackages.
findAnnotated(Class<? extends Annotation>, String...) - Method in class net.sourceforge.jfacets.util.ResolverUtil
Attempts to discover classes that are annotated with to the annotation.
findImplementations(Class, String...) - Method in class net.sourceforge.jfacets.util.ResolverUtil
Attempts to discover classes that are assignable to the type provided.

G

getChildren() - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfile
 
getClasses() - Method in class net.sourceforge.jfacets.util.ResolverUtil
Provides access to the classes discovered so far.
getClassLoader() - Method in class net.sourceforge.jfacets.util.ResolverUtil
Returns the classloader that will be used for scanning for classes.
getDescriptor(String, String, Class) - Method in class net.sourceforge.jfacets.annotations.AnnotatedFacetDescriptorManager
Return the descriptor sctrictly associated to passed params if any, null of not found.
getDescriptor(String, String, Class) - Method in interface net.sourceforge.jfacets.IFacetDescriptorManager
returns the descriptor for passed parameters, null if not found.
getDescriptor(String, String, Class) - Method in class net.sourceforge.jfacets.impl.FacetDescriptorManager
returns the descriptor for passed parameters, null if not found.
getDescriptor(String, String, Class) - Method in class net.sourceforge.jfacets.impl.MetaFacetDescriptorManager
Return the descriptor sctrictly associated to passed params if any, null of not found.
getDescriptors() - Method in class net.sourceforge.jfacets.annotations.AnnotatedFacetDescriptorManager
Return all descriptors in an array.
getDescriptors() - Method in interface net.sourceforge.jfacets.IFacetDescriptorManager
Return all managed facet descriptors
getDescriptors(IProfile, Class) - Method in interface net.sourceforge.jfacets.IFacetRepository
Return all the facet descriptors that match passed profile and object type, handling inheritance.
getDescriptors() - Method in class net.sourceforge.jfacets.impl.FacetDescriptorManager
returns an array of all loaded descriptors
getDescriptors(IProfile, Class) - Method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
 
getDescriptors() - Method in class net.sourceforge.jfacets.impl.FacetsSaxParser
Returns all loaded descriptors
getDescriptors() - Method in class net.sourceforge.jfacets.impl.MetaFacetDescriptorManager
Return all descriptors in an array.
getDirectSuperTypes(Class) - Static method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
returns first level supertypes for passed objectType
getDuplicatedKeyPolicy() - Method in class net.sourceforge.jfacets.annotations.AnnotatedFacetDescriptorManager
 
getFacet(String, IProfile, Object) - Method in interface net.sourceforge.jfacets.IFacetRepository
Method for retrieving facets.
getFacet(String, IProfile, Object, Class) - Method in interface net.sourceforge.jfacets.IFacetRepository
Method for retrieving facets.
getFacet(String, IProfile, Object) - Method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
 
getFacet(String, IProfile, Object, Class) - Method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
 
getFacet(String, String, Object, Class) - Method in class net.sourceforge.jfacets.JFacets
Retrieves a facet for passed parameters (uses targetObjectClass class to retrieve the facet, so targetObject can be null).
getFacet(String, String, Object) - Method in class net.sourceforge.jfacets.JFacets
Retrieves a facet for passed parameters (uses targetObject's class to retrieve the facet).
getFacet(String, String) - Method in class net.sourceforge.jfacets.JFacets
Retrieves a facet for passed parameters.
getFacetClass() - Method in class net.sourceforge.jfacets.FacetDescriptor
 
getFacetContext() - Method in interface net.sourceforge.jfacets.IFacet
Return the facet context
getFacetContext() - Method in class net.sourceforge.jfacets.impl.DefaultFacet
 
getFacetContextFactory() - Method in interface net.sourceforge.jfacets.IFacetRepository
Return the FacetContextFactory
getFacetContextFactory() - Method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
 
getFacetDescriptor() - Method in interface net.sourceforge.jfacets.IFacetContext
Return the facet descriptor that was used to lookup the facet
getFacetDescriptor() - Method in class net.sourceforge.jfacets.impl.DefaultFacetContext
 
getFacetDescriptorManager() - Method in interface net.sourceforge.jfacets.IFacetRepository
Return the FacetDescriptorManager
getFacetDescriptorManager() - Method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
 
getFacetFactory() - Method in interface net.sourceforge.jfacets.IFacetRepository
Return the FacetFactory
getFacetFactory() - Method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
 
getFacetName() - Method in interface net.sourceforge.jfacets.IFacetContext
Return the name of the facet when it was retrieved.
getFacetName() - Method in class net.sourceforge.jfacets.impl.DefaultFacetContext
 
getFacetRepository() - Method in class net.sourceforge.jfacets.JFacets
 
getFallbackProfileId() - Method in class net.sourceforge.jfacets.JFacets
 
getId() - Method in interface net.sourceforge.jfacets.IProfile
Return the unique ID of this profile as a String
getId() - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfile
 
getLogger(Class) - Static method in class net.sourceforge.jfacets.log.JFacetsLogger
 
getManagers() - Method in class net.sourceforge.jfacets.impl.MetaFacetDescriptorManager
return the managers to be used for descriptor lookup
getName() - Method in exception net.sourceforge.jfacets.annotations.DuplicatedKeyException
 
getName() - Method in class net.sourceforge.jfacets.FacetDescriptor
 
getParentRoles(IRoleProfile) - Method in interface net.sourceforge.jfacets.usersandroles.IUsersAndRolesManager
Return an array of Role profiles with all parent Roles of the passed Role profile (return a 0-length array if passed role has no parent roles).
getParents() - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfile
 
getProfile() - Method in interface net.sourceforge.jfacets.IFacetContext
Return the profile that requested for the facet
getProfile() - Method in class net.sourceforge.jfacets.impl.DefaultFacetContext
 
getProfile(String) - Method in class net.sourceforge.jfacets.JFacets
Retrieve a profile for passed ID.
getProfileById(String) - Method in interface net.sourceforge.jfacets.IProfileRepository
Return a profile by its ID
getProfileById(String) - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfileRepository
 
getProfileById(String) - Method in class net.sourceforge.jfacets.usersandroles.UsersAndRolesProfileRepository
 
getProfileId() - Method in exception net.sourceforge.jfacets.annotations.DuplicatedKeyException
 
getProfileId() - Method in class net.sourceforge.jfacets.FacetDescriptor
 
getProfileRepository() - Method in interface net.sourceforge.jfacets.IFacetRepository
Return the ProfileRepository
getProfileRepository() - Method in class net.sourceforge.jfacets.impl.FacetRepositoryImpl
 
getProfileRepository() - Method in class net.sourceforge.jfacets.JFacets
 
getRoleProfile(String) - Method in interface net.sourceforge.jfacets.usersandroles.IUsersAndRolesManager
Return a Role profile by ID (should be the role name) if found, null if not found.
getRolesForUser(IUserProfile) - Method in interface net.sourceforge.jfacets.usersandroles.IUsersAndRolesManager
Return an array of Role profiles with all Roles for passed User profile (return a 0-length array if passed user has no roles).
getRootProfiles() - Method in interface net.sourceforge.jfacets.INavigableProfileRepository
Return root profiles (profiles that have no parents).
getSubProfiles(IProfile) - Method in interface net.sourceforge.jfacets.INavigableProfileRepository
Return the children of passed profile.
getSuperProfiles(IProfile) - Method in interface net.sourceforge.jfacets.IProfileRepository
Return passed profile's parents in an array
getSuperProfiles(IProfile) - Method in class net.sourceforge.jfacets.simpleprofiles.SimpleProfileRepository
 
getSuperProfiles(IProfile) - Method in class net.sourceforge.jfacets.usersandroles.UsersAndRolesProfileRepository
 
getTargetObject() - Method in interface net.sourceforge.jfacets.IFacetContext
Return the targetObject for the facet
getTargetObject() - Method in class net.sourceforge.jfacets.impl.DefaultFacetContext
 
getTargetObjectType() - Method in exception net.sourceforge.jfacets.annotations.DuplicatedKeyException
 
getTargetObjectType() - Method in class net.sourceforge.jfacets.FacetDescriptor
 
getUserProfile(String) - Method in interface net.sourceforge.jfacets.usersandroles.IUsersAndRolesManager
Return a User profile by ID (should be the user's login name) if found, null if not found.
getUsersAndRolesManager() - Method in class net.sourceforge.jfacets.usersandroles.UsersAndRolesProfileRepository
 

I

IFacet - Interface in net.sourceforge.jfacets
Base interface for facets.
IFacetContext - Interface in net.sourceforge.jfacets
Base interface for facet contexts.
IFacetContextFactory - Interface in net.sourceforge.jfacets
Base interface for ContextFactories, which serves to create contexts and pass them to facets when they are retrieved, just after instanciation.
IFacetDescriptorManager - Interface in net.sourceforge.jfacets
The interface for Facet Descriptor Managers, which manages the facet descriptors.
IFacetFactory - Interface in net.sourceforge.jfacets
FacetFactories serves to instanciate facets.
IFacetRepository - Interface in net.sourceforge.jfacets
Interface of the FacetRepository.
IInitializableFacet - Interface in net.sourceforge.jfacets
This interface allows to initialize facets just after they have been retrieved, and before they are returned to the caller of JFacets.getFacet(...)
IInstanceFacet - Interface in net.sourceforge.jfacets
Interface to be implemented by instance facets.
INavigableProfileRepository - Interface in net.sourceforge.jfacets
An extension of the standard IProfileRepository that supports full navigation (not only bottom-up) in the Profiles Graph.
info(Object, Throwable) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
info(Object) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
initialize() - Method in class net.sourceforge.jfacets.annotations.AnnotatedFacetDescriptorManager
Loads all available Facet Descriptors by scanning the CLASSPATH with specified base packages.
initializeFacet() - Method in interface net.sourceforge.jfacets.IInitializableFacet
Invoked just after the facet has been successfully retrieved, and right before it's returned to the caller of JFacets.getFacet(...)
IProfile - Interface in net.sourceforge.jfacets
Encapsulates a profile, identified by a unique ID.
IProfileRepository - Interface in net.sourceforge.jfacets
The interface of the Profile Repository.
IRoleProfile - Interface in net.sourceforge.jfacets.usersandroles
A Profile for encapsulating roles.
isDebugEnabled() - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
isInfoEnabled() - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
isUseProfilesCache() - Method in class net.sourceforge.jfacets.JFacets
 
IUserProfile - Interface in net.sourceforge.jfacets.usersandroles
A Profile for encapsulating users.
IUsersAndRolesManager - Interface in net.sourceforge.jfacets.usersandroles
Users/Roles manager interface.

J

JFacets - Class in net.sourceforge.jfacets
Top-level class for clients : used for retrieving facets at run time (see the getFacet(...) methods).
JFacets() - Constructor for class net.sourceforge.jfacets.JFacets
 
JFacetsBuilder - Class in net.sourceforge.jfacets
Builder that eases creation and wiring of the JFacets bean when not relying on an external IoC container.
JFacetsBuilder(IProfileRepository, IFacetDescriptorManager) - Constructor for class net.sourceforge.jfacets.JFacetsBuilder
Create the builder with mandatory parameters
JFacetsLogger - Class in net.sourceforge.jfacets.log
Utility class that centralizes dependencies on the underlying logging system.
JFacetsLogger(Logger) - Constructor for class net.sourceforge.jfacets.log.JFacetsLogger
 

L

loadDescriptors() - Method in class net.sourceforge.jfacets.impl.FacetDescriptorManager
 

M

matches(Class) - Method in class net.sourceforge.jfacets.util.ResolverUtil.AnnotatedWith
Returns true if the type is annotated with the class provided to the constructor.
matches(Class) - Method in class net.sourceforge.jfacets.util.ResolverUtil.IsA
Returns true if type is assignable to the parent type supplied in the constructor.
matches(Class) - Method in interface net.sourceforge.jfacets.util.ResolverUtil.Test
Will be called repeatedly with candidate classes.
matchesTargetObject(Object) - Method in interface net.sourceforge.jfacets.IInstanceFacet
Invoked on the facet just after creation (and assignation of the facet context if the facet also implements IFacet) to check wether this instance facet matches the target object or not.
MetaFacetDescriptorManager - Class in net.sourceforge.jfacets.impl
The MetaFacetDescriptorManager : encapsulates several facet descriptor managers in a single one, allowing to use different facet types if required (e.g.
MetaFacetDescriptorManager() - Constructor for class net.sourceforge.jfacets.impl.MetaFacetDescriptorManager
 

N

net.sourceforge.jfacets - package net.sourceforge.jfacets
 
net.sourceforge.jfacets.annotations - package net.sourceforge.jfacets.annotations
 
net.sourceforge.jfacets.impl - package net.sourceforge.jfacets.impl
 
net.sourceforge.jfacets.log - package net.sourceforge.jfacets.log
 
net.sourceforge.jfacets.simpleprofiles - package net.sourceforge.jfacets.simpleprofiles
 
net.sourceforge.jfacets.usersandroles - package net.sourceforge.jfacets.usersandroles
 
net.sourceforge.jfacets.util - package net.sourceforge.jfacets.util
 

R

ResolverUtil<T> - Class in net.sourceforge.jfacets.util
Utility for finding classes in the classpath.
ResolverUtil() - Constructor for class net.sourceforge.jfacets.util.ResolverUtil
 
ResolverUtil.AnnotatedWith - Class in net.sourceforge.jfacets.util
A Test that checks to see if each class is annotated with a specific annotation.
ResolverUtil.AnnotatedWith(Class<? extends Annotation>) - Constructor for class net.sourceforge.jfacets.util.ResolverUtil.AnnotatedWith
Construts an AnnotatedWith test for the specified annotation type.
ResolverUtil.IsA - Class in net.sourceforge.jfacets.util
A Test that checks to see if each class is assignable to the provided class.
ResolverUtil.IsA(Class) - Constructor for class net.sourceforge.jfacets.util.ResolverUtil.IsA
Constructs an IsA test using the supplied Class as the parent class/interface.
ResolverUtil.Test - Interface in net.sourceforge.jfacets.util
A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.

S

setClassLoader(ClassLoader) - Method in class net.sourceforge.jfacets.util.ResolverUtil
Sets an explicit ClassLoader that should be used when scanning for classes.
setDuplicatedKeyPolicy(DuplicatedKeyPolicyType) - Method in class net.sourceforge.jfacets.annotations.AnnotatedFacetDescriptorManager
Set the duplicated key policy.
setFacetClass(Class) - Method in class net.sourceforge.jfacets.FacetDescriptor
 
setFacetContext(IFacetContext) - Method in interface net.sourceforge.jfacets.IFacet
Invoked by the framework, passing it the facet context
setFacetContext(IFacetContext) - Method in class net.sourceforge.jfacets.impl.DefaultFacet
 
setFacetContextFactory(IFacetContextFactory) - Method in class net.sourceforge.jfacets.JFacetsBuilder
Set the facet context factory (defaults to DefaultFacetContextFactory
setFacetFactory(IFacetFactory) - Method in class net.sourceforge.jfacets.JFacetsBuilder
Set the facet factory (defaults to DefaultFacetFactory
setFacetRepository(IFacetRepository) - Method in class net.sourceforge.jfacets.JFacets
 
setFallbackProfileId(String) - Method in class net.sourceforge.jfacets.JFacets
 
setFallbackProfileId(String) - Method in class net.sourceforge.jfacets.JFacetsBuilder
Set the fallback profile ID
setManagers(List<IFacetDescriptorManager>) - Method in class net.sourceforge.jfacets.impl.MetaFacetDescriptorManager
set the managers to be used for descriptor lookup
setName(String) - Method in class net.sourceforge.jfacets.FacetDescriptor
 
setProfileId(String) - Method in class net.sourceforge.jfacets.FacetDescriptor
 
setTargetObjectType(Class) - Method in class net.sourceforge.jfacets.FacetDescriptor
 
setUseProfilesCache(boolean) - Method in class net.sourceforge.jfacets.JFacets
 
setUseProfilesCache(boolean) - Method in class net.sourceforge.jfacets.JFacetsBuilder
Use cache for profiles
setUsersAndRolesManager(IUsersAndRolesManager) - Method in class net.sourceforge.jfacets.usersandroles.UsersAndRolesProfileRepository
 
SimpleProfile - Class in net.sourceforge.jfacets.simpleprofiles
Implements a simple profile, with childs and parents.
SimpleProfile(String) - Constructor for class net.sourceforge.jfacets.simpleprofiles.SimpleProfile
 
SimpleProfileRepository - Class in net.sourceforge.jfacets.simpleprofiles
The SimpleProfileRepository, a very basic PR implementation that allows to quickly get started with JFacets.
SimpleProfileRepository() - Constructor for class net.sourceforge.jfacets.simpleprofiles.SimpleProfileRepository
 
startDocument() - Method in class net.sourceforge.jfacets.impl.FacetsSaxParser
 
startElement(String, String, String, Attributes) - Method in class net.sourceforge.jfacets.impl.FacetsSaxParser
 

T

toString() - Method in class net.sourceforge.jfacets.FacetDescriptor
 
toString() - Method in class net.sourceforge.jfacets.util.ResolverUtil.AnnotatedWith
 
toString() - Method in class net.sourceforge.jfacets.util.ResolverUtil.IsA
 

U

UsersAndRolesProfileRepository - Class in net.sourceforge.jfacets.usersandroles
The Users/Roles Profile Repository.
UsersAndRolesProfileRepository() - Constructor for class net.sourceforge.jfacets.usersandroles.UsersAndRolesProfileRepository
 

V

valueOf(String) - Static method in enum net.sourceforge.jfacets.annotations.DuplicatedKeyPolicyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.jfacets.annotations.DuplicatedKeyPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object, Throwable) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 
warn(Object) - Method in class net.sourceforge.jfacets.log.JFacetsLogger
 

A B C D E F G I J L M N R S T U V W

Copyright © 2011. All Rights Reserved.