public class DefaultRequestHandlerFactory extends RequestHandlerFactory
Default implementation for RequestHandlerFactory Builds the
{@link org.apache.lucene.gdata.servlet.handler.GDataRequestHandler}
instances.
This class should not be access directy. The class will be registered in the {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry}.
Use {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry#lookup(Class, ComponentType)}
author
Simon Willnauer
Fields Summary
Constructors Summary
public DefaultRequestHandlerFactory()
public constructor to enable loading via the registry