Uses of Interface
org.glassfish.apf.ErrorHandler
-
Packages that use ErrorHandler Package Description com.sun.enterprise.deployment.archivist org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server.org.glassfish.apf.impl -
-
Uses of ErrorHandler in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return ErrorHandler Modifier and Type Method Description ErrorHandlerArchivist. getAnnotationErrorHandler()Methods in com.sun.enterprise.deployment.archivist with parameters of type ErrorHandler Modifier and Type Method Description voidArchivist. setAnnotationErrorHandler(ErrorHandler annotationErrorHandler)sets annotation ErrorHandler for this archivist -
Uses of ErrorHandler in org.glassfish.apf
Methods in org.glassfish.apf that return ErrorHandler Modifier and Type Method Description ErrorHandlerProcessingContext. getErrorHandler()Return the error handler for this processing context.Methods in org.glassfish.apf with parameters of type ErrorHandler Modifier and Type Method Description voidProcessingContext. setErrorHandler(ErrorHandler errorHandler)Sets the ErrorHandler instance for all errors/warnings that may be raised during the annotation processing. -
Uses of ErrorHandler in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement ErrorHandler Modifier and Type Class Description classDefaultErrorHandlerDefault implementation of the ErrorHandler
-