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, tryUnlockcheckPermutationStrongName, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic 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, boolean addBasicProperties) throws CmsRpcException
I_CmsPostUploadDialogServiceload in interface I_CmsPostUploadDialogServiceid - 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_CmsPostUploadDialogServiceprefetch in interface I_CmsPostUploadDialogServiceCmsRpcException - if something goes wrongI_CmsPostUploadDialogService.prefetch()