Uses of Class
com.composum.sling.core.pckgmgr.jcrpckg.util.PackageUtil.ViewType
-
Packages that use PackageUtil.ViewType Package Description com.composum.sling.core.pckgmgr.jcrpckg.util -
-
Uses of PackageUtil.ViewType in com.composum.sling.core.pckgmgr.jcrpckg.util
Methods in com.composum.sling.core.pckgmgr.jcrpckg.util that return PackageUtil.ViewType Modifier and Type Method Description static PackageUtil.ViewTypePackageUtil. getViewType(com.composum.sling.core.BeanContext context, org.apache.sling.api.SlingHttpServletRequest request, String path)static PackageUtil.ViewTypePackageUtil.ViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageUtil.ViewType[]PackageUtil.ViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-