public class UpdateWebContentHandler extends AbstractActionHandler<UpdateWebContent,UpdateWebContentResult>
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.inject.Provider<javax.servlet.http.HttpServletRequest> |
requestProvider |
| Constructor and Description |
|---|
UpdateWebContentHandler(com.google.inject.Provider<javax.servlet.http.HttpServletRequest> requestProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateWebContentResult |
doExecute(UpdateWebContent action,
net.customware.gwt.dispatch.server.ExecutionContext context,
org.nuxeo.ecm.core.api.CoreSession session)
Real job takes place here
|
Class<UpdateWebContent> |
getActionType() |
static WebContentData |
updateWebContent(WebContentData webContent,
List<String> filesIds,
Space space) |
execute, getBlob, getSpaceFromId, getSpaceManager, rollbackprotected static com.google.inject.Provider<javax.servlet.http.HttpServletRequest> requestProvider
@Inject public UpdateWebContentHandler(com.google.inject.Provider<javax.servlet.http.HttpServletRequest> requestProvider)
protected UpdateWebContentResult doExecute(UpdateWebContent action, net.customware.gwt.dispatch.server.ExecutionContext context, org.nuxeo.ecm.core.api.CoreSession session) throws org.nuxeo.ecm.core.api.ClientException
AbstractActionHandlerdoExecute in class AbstractActionHandler<UpdateWebContent,UpdateWebContentResult>org.nuxeo.ecm.core.api.ClientExceptionpublic static WebContentData updateWebContent(WebContentData webContent, List<String> filesIds, Space space) throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionpublic Class<UpdateWebContent> getActionType()
Copyright © 2019 Nuxeo SA. All rights reserved.