| AbstractCommonAttributeHandler |
This is an abstract class encapsulate generic behaviour of annotation
handler applying on Ejb and WebComponent Class.
|
| AbstractHandler |
This is an abstract base class for Handlers.
|
| AbstractResourceHandler |
This is an abstract class encapsulate generic behaviour of resource
annotation.
|
| DeclareRolesHandler |
This handler is responsible for handling the
jakarta.annotation.security.DeclareRoles.
|
| DenyAllHandler |
This handler is responsible for handling the jakarta.annotation.security.DenyAll.
|
| EntityManagerFactoryReferenceHandler |
This handler is responsible for handling the
jakarta.persistence.PersistenceUnit annotation.
|
| EntityManagerFactoryReferencesHandler |
This handler is responsible for handling the
jakarta.persistence.PersistenceUnits annotation.
|
| EntityManagerReferenceHandler |
This handler is responsible for handling the
jakarta.persistence.PersistenceUnit annotation.
|
| EntityManagerReferencesHandler |
This handler is responsible for handling the
jakarta.persistence.PersistenceContexts annotation.
|
| ManagedBeanHandler |
|
| PermitAllHandler |
This handler is responsible for handling the
jakarta.annotation.security.PermitAll.
|
| PostConstructHandler |
This handler is responsible for handling jakarta.annotation.PostConstruct
|
| PreDestroyHandler |
This handler is responsible for handling jakarta.annotation.PreDestroy
|
| ResourceHandler |
This handler is responsible for handling the jakarta.annotation.Resource
annotation.
|
| ResourcesHandler |
This handler is responsible for handling jakarta.annotation.Resources
|
| RolesAllowedHandler |
This handler is responsible for handling the
jakarta.annotation.security.RolesAllowed.
|
| RunAsHandler |
This handler is responsible for handling the
jakarta.annotation.security.RunAs.
|