Uses of Class
org.javlo.service.resource.Resource
-
Packages that use Resource Package Description org.javlo.component.dynamic org.javlo.component.files org.javlo.component.multimedia org.javlo.fields org.javlo.navigation org.javlo.service.resource org.javlo.ztatic -
-
Uses of Resource in org.javlo.component.dynamic
Methods in org.javlo.component.dynamic that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>
DynamicComponent. getAllResources(ContentContext ctx)
-
Uses of Resource in org.javlo.component.files
Methods in org.javlo.component.files that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>
AbstractFileComponent. getAllResources(ContentContext ctx)
-
Uses of Resource in org.javlo.component.multimedia
Methods in org.javlo.component.multimedia that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>
Multimedia. getAllResources(ContentContext ctx)
Collection<Resource>
OnlineVideo. getAllResources(ContentContext ctx)
Collection<Resource>
Video. getAllResources(ContentContext ctx)
-
Uses of Resource in org.javlo.fields
Methods in org.javlo.fields that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>
FieldFile. getAllResources(ContentContext ctx)
-
Uses of Resource in org.javlo.navigation
Methods in org.javlo.navigation that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>
MenuElement. getAllResources(ContentContext ctx)
-
Uses of Resource in org.javlo.service.resource
Subclasses of Resource in org.javlo.service.resource Modifier and Type Class Description class
LocalResource
class
VisualResource
-
Uses of Resource in org.javlo.ztatic
Methods in org.javlo.ztatic that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>
IStaticContainer. getAllResources(ContentContext ctx)
return all resources found in the component.
-