Uses of Class
nl.b3p.commons.services.FileManagerServlet.FetchMethod
-
Packages that use FileManagerServlet.FetchMethod Package Description nl.b3p.commons.services -
-
Uses of FileManagerServlet.FetchMethod in nl.b3p.commons.services
Fields in nl.b3p.commons.services declared as FileManagerServlet.FetchMethod Modifier and Type Field Description protected FileManagerServlet.FetchMethod
FileManagerServlet. fetchMethod
Methods in nl.b3p.commons.services that return FileManagerServlet.FetchMethod Modifier and Type Method Description static FileManagerServlet.FetchMethod
FileManagerServlet.FetchMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileManagerServlet.FetchMethod[]
FileManagerServlet.FetchMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-