Package org.apache.droids.helper.factories

Package class diagram package org.apache.droids.helper.factories
This package contains all core factories that we use in Droids.

See:
          Description

Class Summary
DroidFactory Factory that will lookup a droid by its name and returns it.
GenericFactory<T> Basically all factories till now extend this generic factory.
HandlerFactory Factory that will traverse all registered handler and execute them.
ParserFactory Factory that will lookup a parser by its identifier and return it.
ProtocolFactory Factory that will lookup a protocol plugin and return it.
URLFiltersFactory Factory that will traverse all registered filter and execute them.
 

Package org.apache.droids.helper.factories Description

This package contains all core factories that we use in Droids. Basically all extend the generic factory that is a simple Map.



Copyright © 2008 The Apache Software Foundation