javax.servlet.annotation
Annotation Type HttpMethodConstraint
@Documented
@Retention(value=RUNTIME)
public @interface HttpMethodConstraint
- Since:
- 3.0
- Version:
- $Rev: 831066 $ $Date: 2009-10-29 20:19:48 +0100 (Do, 29. Okt 2009) $
value
public abstract String value
- Returns:
- http method name
emptyRoleSemantic
public abstract ServletSecurity.EmptyRoleSemantic emptyRoleSemantic
- Default:
- javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic.PERMIT
rolesAllowed
public abstract String[] rolesAllowed
- Default:
- {}
transportGuarantee
public abstract ServletSecurity.TransportGuarantee transportGuarantee
- Default:
- javax.servlet.annotation.ServletSecurity.TransportGuarantee.NONE
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.