@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface SecureAutoMount
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultMimeExtension
Allow the configuration of mime type for auto generated paths of classes
that are not an authorized page.
|
String |
defaultRoot
Allow the configuration of the root path (not including contextPath) for auto generated paths of classes
that are not an authorized page.
|
String[] |
packagesToScan
Allow explicit declaration of packages that should be scanned to generate the code for
auto mounts.
|
String |
secureMimeExtension
Allow the configuration of mime type for auto generated paths of classes
that are annotated with @AuthorizedInstantiation.
|
String |
secureRoot
Allow the configuration of the root path (not including contextPath) for auto generated paths of classes
that are annotated with @AuthorizedInstantiation.
|
public abstract String defaultRoot
public abstract String defaultMimeExtension
public abstract String secureRoot
public abstract String secureMimeExtension
public abstract String[] packagesToScan
Copyright © 2015. All rights reserved.