net.sf.gwtspringrpc
Interface BeanNameResolver
- All Known Implementing Classes:
- URLBeanNameResolver
public interface BeanNameResolver
This interface identifies a class as a bean name resolver. Its
responsibility is to determine the name of the bean that the request will
delegate to.
- Since:
- 1.0
- Author:
- Mike Clemens
getBeanName
String getBeanName(ServletContext servletContext,
HttpServletRequest request)
- Retrieves the name of the bean to delegate to.
- Parameters:
servletContext
- The servlet contextrequest
- The HTTP servlet request
- Returns:
- The name of the bean to delegate to