Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.server.handler.webcontent
Class UpdateWebContentHandler

java.lang.Object
  extended by org.nuxeo.opensocial.container.server.handler.AbstractActionHandler<UpdateWebContent,UpdateWebContentResult>
      extended by org.nuxeo.opensocial.container.server.handler.webcontent.UpdateWebContentHandler
All Implemented Interfaces:
net.customware.gwt.dispatch.server.ActionHandler<UpdateWebContent,UpdateWebContentResult>

public class UpdateWebContentHandler
extends AbstractActionHandler<UpdateWebContent,UpdateWebContentResult>

Author:
Stéphane Fourrier

Constructor Summary
UpdateWebContentHandler(com.google.inject.Provider<HttpServletRequest> requestProvider)
           
 
Method Summary
 Class<UpdateWebContent> getActionType()
           
static WebContentData updateWebContent(WebContentData webContent, List<String> filesIds, Space space)
           
 
Methods inherited from class org.nuxeo.opensocial.container.server.handler.AbstractActionHandler
execute, rollback
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateWebContentHandler

@Inject
public UpdateWebContentHandler(com.google.inject.Provider<HttpServletRequest> requestProvider)
Method Detail

updateWebContent

public static WebContentData updateWebContent(WebContentData webContent,
                                              List<String> filesIds,
                                              Space space)
                                       throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

getActionType

public Class<UpdateWebContent> getActionType()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.