程序包 | 说明 |
---|---|
org.opencms.ade.contenteditor | |
org.opencms.ade.contenteditor.client | |
org.opencms.ade.contenteditor.shared.rpc |
限定符和类型 | 方法和说明 |
---|---|
CmsContentDefinition |
CmsContentService.loadDefinition(java.lang.String entityId) |
CmsContentDefinition |
CmsContentService.loadDefinition(java.lang.String entityId,
java.lang.String newLink,
CmsUUID modelFileId,
java.lang.String editContext) |
CmsContentDefinition |
CmsContentService.loadNewDefinition(java.lang.String entityId) |
CmsContentDefinition |
CmsContentService.prefetch() |
static CmsContentDefinition |
CmsContentService.prefetch(javax.servlet.http.HttpServletRequest request)
Fetches the initial content definition.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContentEditor.loadDefinition(java.lang.String entityId,
I_CmsSimpleCallback<CmsContentDefinition> callback)
Loads the content definition for the given entity and executes the callback on success.
|
void |
CmsContentEditor.loadDefinition(java.lang.String entityId,
java.lang.String newLink,
CmsUUID modelFileId,
I_CmsSimpleCallback<CmsContentDefinition> callback)
Loads the content definition for the given entity and executes the callback on success.
|
void |
CmsContentEditor.loadNewDefinition(java.lang.String entityId,
I_CmsSimpleCallback<CmsContentDefinition> callback)
Loads the content definition for the given entity and executes the callback on success.
|
限定符和类型 | 方法和说明 |
---|---|
CmsContentDefinition |
I_CmsContentService.loadDefinition(java.lang.String entityId)
Loads the content definition for a given entity.
|
CmsContentDefinition |
I_CmsContentService.loadDefinition(java.lang.String entityId,
java.lang.String newLink,
CmsUUID modelFileId,
java.lang.String editContext)
Loads the content definition for a given entity.
|
CmsContentDefinition |
I_CmsContentService.loadNewDefinition(java.lang.String entityId)
Loads new entity definition.
|
CmsContentDefinition |
I_CmsContentService.prefetch()
Returns the content definition of the resource requested through parameter 'resource'.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsContentServiceAsync.loadDefinition(java.lang.String entityId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads the content definition for a given type.
|
void |
I_CmsContentServiceAsync.loadDefinition(java.lang.String entityId,
java.lang.String newLink,
CmsUUID modelFileId,
java.lang.String editContext,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads the content definition for a given type creating a new resource according to the new link and model file parameter.
|
void |
I_CmsContentServiceAsync.loadNewDefinition(java.lang.String entityId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads new entity definition.
|
void |
I_CmsContentServiceAsync.prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Returns the content definition of the resource requested through parameter 'resource'.
|