Uses of Class
com.gradecak.alfresco.mvc.webscript.DispatcherWebscript.ServletConfigOptions
-
Packages that use DispatcherWebscript.ServletConfigOptions Package Description com.gradecak.alfresco.mvc.rest.annotation com.gradecak.alfresco.mvc.webscript -
-
Uses of DispatcherWebscript.ServletConfigOptions in com.gradecak.alfresco.mvc.rest.annotation
Methods in com.gradecak.alfresco.mvc.rest.annotation that return DispatcherWebscript.ServletConfigOptions Modifier and Type Method Description DispatcherWebscript.ServletConfigOptions[]servletConfigOptions() -
Uses of DispatcherWebscript.ServletConfigOptions in com.gradecak.alfresco.mvc.webscript
Methods in com.gradecak.alfresco.mvc.webscript that return DispatcherWebscript.ServletConfigOptions Modifier and Type Method Description DispatcherWebscript.ServletConfigOptions[]DispatcherWebscript. getServletConfigOptions()static DispatcherWebscript.ServletConfigOptionsDispatcherWebscript.ServletConfigOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static DispatcherWebscript.ServletConfigOptions[]DispatcherWebscript.ServletConfigOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gradecak.alfresco.mvc.webscript with parameters of type DispatcherWebscript.ServletConfigOptions Modifier and Type Method Description voidDispatcherWebscript. addServletConfigOptions(DispatcherWebscript.ServletConfigOptions[] detectServletConfig)
-