程序包 | 说明 |
---|---|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPrepareEditResponse |
CmsVfsService.prepareEdit(CmsUUID currentPageId,
java.lang.String pathWithMacros) |
限定符和类型 | 方法和说明 |
---|---|
CmsPrepareEditResponse |
I_CmsVfsService.prepareEdit(CmsUUID currentPage,
java.lang.String fileNameWithMacros)
Prepares to edit a file in the XML content editor.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsVfsServiceAsync.prepareEdit(CmsUUID currentPage,
java.lang.String fileNameWithMacros,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPrepareEditResponse> callback)
Prepares to edit a file in the XML content editor.
|