org.cafesip.gwtcomp.server
Class DirListingServiceImpl
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.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
| 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 |
DirListingServiceImpl
public DirListingServiceImpl()
list
public DirectoryElement list(String directory,
String filter)
- Specified by:
list in interface DirListingService
Copyright © 2010 Cafesip.org. All Rights Reserved.