|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImportServiceAsync
Service interface used on the client by the importer plug-in. It should have all the methods from
ImportService with an additional AsyncCallback parameter. This is specific to GWT's architecture.
| Method Summary | |
|---|---|
void |
cleanOfficeHTML(String htmlPaste,
String cleanerHint,
Map<String,String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<String> async)
Makes a request to the server to clean the given HTML fragment which comes from an office application. |
void |
officeToXHTML(Attachment attachment,
Map<String,String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<String> async)
Imports the given office attachment into XHTML 1.0. |
| Method Detail |
|---|
void cleanOfficeHTML(String htmlPaste,
String cleanerHint,
Map<String,String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<String> async)
htmlPaste - dirty HTML pasted by the usercleanerHint - role hint for which cleaner to be usedcleaningParams - additional parameters to be used when cleaningasync - the call-back to be used for notifying the caller after receiving the response from the server
void officeToXHTML(Attachment attachment,
Map<String,String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<String> async)
attachment - office attachment to be imported into XHTML 1.0cleaningParams - additional parameters for the import operationasync - the call-back to be used for notifying the caller after receiving the response from the server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||