Uses of Class
net.anotheria.anosite.content.servlet.resource.type.ResourceReadType
-
Packages that use ResourceReadType Package Description net.anotheria.anosite.content.servlet.resource net.anotheria.anosite.content.servlet.resource.type -
-
Uses of ResourceReadType in net.anotheria.anosite.content.servlet.resource
Methods in net.anotheria.anosite.content.servlet.resource with parameters of type ResourceReadType Modifier and Type Method Description protected StringCMSFileServlet. getFileName(ResourceReadType type, String propertyValue)protected StringCMSImageServlet. getFileName(ResourceReadType type, String propertyValue)protected abstract StringResourceServlet. getFileName(ResourceReadType type, String propertyValue)Returns file name, from document which was selected! -
Uses of ResourceReadType in net.anotheria.anosite.content.servlet.resource.type
Methods in net.anotheria.anosite.content.servlet.resource.type that return ResourceReadType Modifier and Type Method Description static ResourceReadTypeResourceReadType. getByValue(String value)Return ResourceReadType by value! If no such ResourceReadType found, default will be returned.static ResourceReadTypeResourceReadType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceReadType[]ResourceReadType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-