org.opencms.ade.postupload
public class CmsPostUploadDialogService extends CmsGwtService implements I_CmsPostUploadDialogService
Constructor and Description |
---|
CmsPostUploadDialogService()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
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 CmsPostUploadDialogService()
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
in interface 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
in interface I_CmsPostUploadDialogService
CmsRpcException
- if something goes wrongI_CmsPostUploadDialogService.prefetch()