Uses of Class
com.jalios.jcms.jportal.handler.JPortalFrontFilesHandler.FileType
-
Packages that use JPortalFrontFilesHandler.FileType Package Description com.jalios.jcms.jportal.handler -
-
Uses of JPortalFrontFilesHandler.FileType in com.jalios.jcms.jportal.handler
Methods in com.jalios.jcms.jportal.handler that return JPortalFrontFilesHandler.FileType Modifier and Type Method Description static JPortalFrontFilesHandler.FileType
JPortalFrontFilesHandler.FileType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JPortalFrontFilesHandler.FileType[]
JPortalFrontFilesHandler.FileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-