public class CmsPostUploadDialogService extends CmsGwtService implements I_CmsPostUploadDialogService
构造器和说明 |
---|
CmsPostUploadDialogService()
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPostUploadDialogPanelBean |
load(CmsUUID id,
boolean useConfiguration)
Loads the dialog bean info for the given resource.
|
CmsPostUploadDialogBean |
prefetch()
Generates dialog data for prefetching in the host page.
|
static CmsPostUploadDialogBean |
prefetch(javax.servlet.http.HttpServletRequest request)
Fetches the dialog data.
|
checkPermissions, clearThreadStorage, doGetSerializationPolicy, doUnexpectedFailure, ensureLock, ensureLock, ensureLock, ensureSession, error, getCmsObject, getPropertiesByName, getRequest, getResponse, log, log, logError, service, setCms, setContext, setRequest, setResponse, tryUnlock
checkPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service
public static CmsPostUploadDialogBean prefetch(javax.servlet.http.HttpServletRequest request) throws CmsRpcException
request
- the servlet requestCmsRpcException
- if something goes wrongpublic CmsPostUploadDialogPanelBean load(CmsUUID id, boolean useConfiguration) throws CmsRpcException
I_CmsPostUploadDialogService
load
在接口中 I_CmsPostUploadDialogService
id
- structure id to get the dialog bean foruseConfiguration
- true if the property configurations should be usedCmsRpcException
- if something goes wrongI_CmsPostUploadDialogService.load(org.opencms.util.CmsUUID, boolean)
public CmsPostUploadDialogBean prefetch() throws CmsRpcException
I_CmsPostUploadDialogService
prefetch
在接口中 I_CmsPostUploadDialogService
CmsRpcException
- if something goes wrongI_CmsPostUploadDialogService.prefetch()