Uses of Class
org.gcube.smartgears.configuration.application.Exclude
-
Packages that use Exclude Package Description org.gcube.smartgears.configuration.application org.gcube.smartgears.extensions -
-
Uses of Exclude in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return types with arguments of type Exclude Modifier and Type Method Description Set<Exclude>ApplicationConfiguration. excludes()Returns a set of request paths that should not be subjected to request management.Set<Exclude>BridgedApplicationConfiguration. excludes()Set<Exclude>DefaultApplicationConfiguration. excludes()Methods in org.gcube.smartgears.configuration.application with parameters of type Exclude Modifier and Type Method Description ApplicationConfigurationApplicationConfiguration. excludes(Exclude... excludes)ApplicationConfigurationBridgedApplicationConfiguration. excludes(Exclude... excludes)ApplicationConfigurationDefaultApplicationConfiguration. excludes(Exclude... excludes) -
Uses of Exclude in org.gcube.smartgears.extensions
Methods in org.gcube.smartgears.extensions that return types with arguments of type Exclude Modifier and Type Method Description Set<Exclude>ApiResource. excludes()Set<Exclude>ApplicationExtension. excludes()Returns the set of request paths that should be excluded from request management.Set<Exclude>HttpController. excludes()Set<Exclude>HttpExtension. excludes()
-