程序包 | 说明 |
---|---|
org.opencms.ade.sitemap |
Server side of the sitemap view.
|
org.opencms.ade.sitemap.client.control |
Sitemap controller package.
|
org.opencms.ade.sitemap.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSitemapData |
CmsSitemapActionElement.getSitemapData()
Returns the needed server data for client-side usage.
|
static CmsSitemapData |
CmsVfsSitemapService.prefetch(javax.servlet.http.HttpServletRequest request,
java.lang.String sitemapUri)
Fetches the sitemap data.
|
CmsSitemapData |
CmsVfsSitemapService.prefetch(java.lang.String sitemapUri) |
限定符和类型 | 字段和说明 |
---|---|
protected CmsSitemapData |
CmsSitemapController.m_data
The sitemap data.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSitemapData |
CmsSitemapController.getData()
Returns the sitemap data.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSitemapData |
I_CmsSitemapService.prefetch(java.lang.String sitemapUri)
Returns the initialization data for the given sitemap.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsSitemapServiceAsync.prefetch(java.lang.String sitemapUri,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapData> callback)
Returns the initialization data for the given sitemap.
|