Uses of Class
com.sun.enterprise.deployment.annotation.context.WebBundleContext
-
Packages that use WebBundleContext Package Description com.sun.enterprise.deployment.annotation.handlers org.glassfish.web.deployment.annotation.handlers -
-
Uses of WebBundleContext in com.sun.enterprise.deployment.annotation.handlers
Methods in com.sun.enterprise.deployment.annotation.handlers with parameters of type WebBundleContext Modifier and Type Method Description protected abstract HandlerProcessingResultAbstractCommonAttributeHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)Process Annotation with given WebBundleContext.protected HandlerProcessingResultDeclareRolesHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)protected HandlerProcessingResultRunAsHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext) -
Uses of WebBundleContext in org.glassfish.web.deployment.annotation.handlers
Methods in org.glassfish.web.deployment.annotation.handlers with parameters of type WebBundleContext Modifier and Type Method Description protected HandlerProcessingResultMultipartConfigHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)protected HandlerProcessingResultServletSecurityHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)protected HandlerProcessingResultWebFilterHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)protected HandlerProcessingResultWebListenerHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)protected HandlerProcessingResultWebServletHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)
-