- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class OfflineServlet
extends SlingAllMethodsServlet
The offline editor servlet that allows both importing and exporting of
Word documents that match CQ pages. A GET request on a
.../path/to/page.offline.doc URL will return the exported Word document
rendering of the identified page, and a POST request to the same URL will
import the attached Word document(s) under the identified page.
- See Also:
- Serialized Form