namespace Akenti class URLHandlerFactoryImpl Contains a map of URL protocols and their URLHandlers
| | URLHandlerFactoryImpl () Constructor |
| | ~URLHandlerFactoryImpl () Destructor |
| | addURLHandler (const string& protocol, const URLHandler& handler) Adds a new URLHandler/protocol entry |
| | getURLHandler (const string& name) Returns the URLHandler associated with a protocol |
Contains a map of URL protocols and their URLHandlers. Provides methods to add a new protocol and handler and to return the handler for a given protocol.
virtual ~URLHandlerFactoryImpl()
void addURLHandler(const string& protocol, const URLHandler& handler)
handler - A URLHandler which wraps a URLHandlerImpl for the prtocol
URLHandler& getURLHandler(const string& name)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de