Uses of Class
com.sun.enterprise.deployment.annotation.context.WebComponentContext
-
Packages that use WebComponentContext Package Description com.sun.enterprise.deployment.annotation.context com.sun.enterprise.deployment.annotation.handlers org.glassfish.web.deployment.annotation.handlers -
-
Uses of WebComponentContext in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return WebComponentContext Modifier and Type Method Description WebComponentContext[]WebComponentsContext. getWebComponentContexts()Note that, for performance, we don't make a safe copy of array here.Constructors in com.sun.enterprise.deployment.annotation.context with parameters of type WebComponentContext Constructor Description WebComponentsContext(WebComponentContext[] webCompContexts)Create a new instance of WebComponentContext. -
Uses of WebComponentContext in com.sun.enterprise.deployment.annotation.handlers
Methods in com.sun.enterprise.deployment.annotation.handlers with parameters of type WebComponentContext Modifier and Type Method Description protected abstract HandlerProcessingResultAbstractCommonAttributeHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)Process Annotation with given WebCompContexts.protected HandlerProcessingResultDeclareRolesHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)protected HandlerProcessingResultRunAsHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts) -
Uses of WebComponentContext in org.glassfish.web.deployment.annotation.handlers
Methods in org.glassfish.web.deployment.annotation.handlers with parameters of type WebComponentContext Modifier and Type Method Description protected HandlerProcessingResultMultipartConfigHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)protected HandlerProcessingResultServletSecurityHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)protected HandlerProcessingResultWebFilterHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)protected HandlerProcessingResultWebListenerHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)protected HandlerProcessingResultWebServletHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)
-