Class RunAsCollection
- java.lang.Object
-
- org.eclipse.jetty.plus.annotation.RunAsCollection
-
public class RunAsCollection extends java.lang.Object
RunAsCollection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RUNAS_COLLECTION
-
Constructor Summary
Constructors Constructor Description RunAsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(RunAs runAs)
RunAs
getRunAs(java.lang.Object o)
void
setRunAs(java.lang.Object o)
-
-
-
Field Detail
-
RUNAS_COLLECTION
public static final java.lang.String RUNAS_COLLECTION
- See Also:
- Constant Field Values
-
-