Uses of Class
org.opencms.gwt.shared.CmsVfsEntryBean
Package
Description
Provides core support for GWT.
Shared RPC interfaces.
-
Uses of CmsVfsEntryBean in org.opencms.gwt
Modifier and TypeMethodDescriptionprotected CmsVfsEntryBean
CmsVfsService.makeEntryBean
(CmsResource resource, boolean root) Helper method for creating a VFS entry bean from a resource.Modifier and TypeMethodDescriptionCmsVfsService.getChildren
(String path) CmsVfsService.getRootEntries()
protected List<CmsVfsEntryBean>
CmsVfsService.makeEntryBeans
(List<CmsResource> resources, boolean root) Helper method for creating a list of VFS entry beans from a list of the corresponding resources.