namespace Akenti class URLHandlerFactory : public ref_ptr<URLHandlerFactoryImpl>

A URLHandlerFactory object is a reference-count pointer that wraps a URLHandlerFactoryImpl

Inheritance:


Public Methods

URLHandlerFactory (URLHandlerFactoryImpl* impl = new URLHandlerFactoryImpl())
Constructs this object
~URLHandlerFactory ()
Destroys this object
static void setURLHandlerFactory (const URLHandlerFactory& fac)
Sets the URL Handler Factory to fac
static const URLHandlerFactory& getURLHandlerFactory ()
Returns the URL handler factory object

Inherited from ref_ptr:

Public Methods

ref_ptr & operator=(const ref_ptr& rhs)
T* operator->() const
operator void*() const
T* get() const

Documentation

A URLHandlerFactory object is a reference-count pointer that wraps a URLHandlerFactoryImpl.
URLHandlerFactory(URLHandlerFactoryImpl* impl = new URLHandlerFactoryImpl())
Constructs this object.
Parameters:
impl - the URL Handler factory implemenation

~URLHandlerFactory()
Destroys this object

static void setURLHandlerFactory(const URLHandlerFactory& fac)
Sets the URL Handler Factory to fac.
Parameters:
fac - the URL handler factory

static const URLHandlerFactory& getURLHandlerFactory()
Returns the URL handler factory object.
Returns:
the URL handler factory


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/11/01
See Also:
URLHandlerFactoryImpl

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