| Package | Description |
|---|---|
| com.sun.enterprise.deployment.annotation.context | |
| com.sun.enterprise.deployment.annotation.handlers | |
| org.glassfish.web.deployment.annotation.handlers |
| Modifier and Type | Method and Description |
|---|---|
WebComponentContext[] |
WebComponentsContext.getWebComponentContexts()
Note that, for performance, we don't make a safe copy of array here.
|
| Constructor and Description |
|---|
WebComponentsContext(WebComponentContext[] webCompContexts)
Create a new instance of WebComponentContext.
|
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
DeclareRolesHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
protected abstract HandlerProcessingResult |
AbstractCommonAttributeHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts)
Process Annotation with given WebCompContexts.
|
protected HandlerProcessingResult |
RunAsHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
WebListenerHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
protected HandlerProcessingResult |
WebServletHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
protected HandlerProcessingResult |
WebFilterHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
protected HandlerProcessingResult |
ServletSecurityHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
protected HandlerProcessingResult |
MultipartConfigHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
Copyright © 2019. All rights reserved.