|
||||||||||
| 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(java.lang.String htmlPaste,
java.lang.String cleanerHint,
java.util.Map<java.lang.String,java.lang.String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> async)
Makes a request to the server to clean the given HTML fragment which comes from an office application. |
void |
officeToXHTML(Attachment attachment,
java.util.Map<java.lang.String,java.lang.String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> async)
Imports the given office attachment into XHTML 1.0. |
| Method Detail |
|---|
void cleanOfficeHTML(java.lang.String htmlPaste,
java.lang.String cleanerHint,
java.util.Map<java.lang.String,java.lang.String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.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,
java.util.Map<java.lang.String,java.lang.String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.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 | |||||||||