org.gcube.portlets.admin.resourcesweeper.server
Class SweeperServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.gcube.portlets.admin.resourcesweeper.server.SweeperServiceImpl
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, SweeperService
public class SweeperServiceImpl
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements SweeperService
The server side implementation of the RPC service.
- See Also:
- Serialized Form
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SweeperServiceImpl
public SweeperServiceImpl()
getSweepElems
public List<String> getSweepElems(String scope,
SweeperActions action)
- Specified by:
getSweepElems
in interface SweeperService
applySweep
public Boolean applySweep(String scope,
List<com.extjs.gxt.ui.client.data.ModelData> selectedElems)
- Specified by:
applySweep
in interface SweeperService
XML2HTML
public static String XML2HTML(String xml,
String xslt)
throws Exception
- Parameters:
xml
- xslt
-
- Returns:
- the html string
- Throws:
Exception
Copyright © 2013. All Rights Reserved.