|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.opencms.gwt.CmsGwtService
org.opencms.ade.postupload.CmsPostUploadDialogService
public class CmsPostUploadDialogService
The service implementation for the org.opencms.ade.postupload module.
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
|---|
perThreadRequest, perThreadResponse |
| Constructor Summary | |
|---|---|
CmsPostUploadDialogService()
Creates a new instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.opencms.gwt.CmsGwtService |
|---|
checkPermissions, clearThreadStorage, doGetSerializationPolicy, doUnexpectedFailure, ensureLock, ensureLock, ensureLock, ensureSession, error, getCmsObject, getPropertiesByName, getRequest, getResponse, log, log, logError, service, setCms, setContext, setRequest, setResponse, tryUnlock |
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
|---|
checkPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
| Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
|---|
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPostUploadDialogService()
| Method Detail |
|---|
public static CmsPostUploadDialogBean prefetch(javax.servlet.http.HttpServletRequest request)
throws CmsRpcException
request - the servlet request
CmsRpcException - if something goes wrong
public CmsPostUploadDialogPanelBean load(CmsUUID id,
boolean useConfiguration)
throws CmsRpcException
I_CmsPostUploadDialogService
load in interface I_CmsPostUploadDialogServiceid - structure id to get the dialog bean foruseConfiguration - true if the property configurations should be used
CmsRpcException - if something goes wrongI_CmsPostUploadDialogService.load(org.opencms.util.CmsUUID, boolean)
public CmsPostUploadDialogBean prefetch()
throws CmsRpcException
I_CmsPostUploadDialogService
prefetch in interface I_CmsPostUploadDialogServiceCmsRpcException - if something goes wrongI_CmsPostUploadDialogService.prefetch()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||