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,
boolean addBasicProperties)
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, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponse
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service
public CmsPostUploadDialogService()
public CmsPostUploadDialogPanelBean load(CmsUUID id, boolean useConfiguration, boolean addBasicProperties) 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 usedaddBasicProperties
- if true, the basic properties configured for the sitemap are added in the dialogCmsRpcException
- if something goes wrongI_CmsPostUploadDialogService.load(org.opencms.util.CmsUUID, boolean,boolean)
public CmsPostUploadDialogBean prefetch() throws CmsRpcException
I_CmsPostUploadDialogService
prefetch
in interface I_CmsPostUploadDialogService
CmsRpcException
- if something goes wrongI_CmsPostUploadDialogService.prefetch()
public static CmsPostUploadDialogBean prefetch(javax.servlet.http.HttpServletRequest request) throws CmsRpcException
request
- the servlet requestCmsRpcException
- if something goes wrong