org.cafesip.gwtcomp.server
Class DirListingServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.cafesip.gwtcomp.server.DirListingServiceImpl
All Implemented Interfaces:
RemoteService, SerializationPolicyProvider, Serializable, Servlet, ServletConfig, DirListingService

public class DirListingServiceImpl
extends RemoteServiceServlet
implements DirListingService

GWT servlet for handling RPC calls for ServerFileBrowser org.cafesip.gwtcomp.client.ui.ServerFileBrowser) widget. It is required for the functioning of the ServerFileBrowser and is not needed for application developer.

Author:
Amit Chatterjee
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
DirListingServiceImpl()
           
 
Method Summary
 DirectoryElement list(String directory, String filter)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
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
 

Constructor Detail

DirListingServiceImpl

public DirListingServiceImpl()
Method Detail

list

public DirectoryElement list(String directory,
                             String filter)
Specified by:
list in interface DirListingService


Copyright © 2010 Cafesip.org. All Rights Reserved.