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, tryUnlockcheckPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic 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_CmsPostUploadDialogServiceload 在接口中 I_CmsPostUploadDialogServiceid - 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_CmsPostUploadDialogServiceprefetch 在接口中 I_CmsPostUploadDialogServiceCmsRpcException - if something goes wrongI_CmsPostUploadDialogService.prefetch()