com.arsdigita.mimetypes
Class MimeTypeInitializer
java.lang.Object
com.arsdigita.kernel.BaseInitializer
com.arsdigita.mimetypes.MimeTypeInitializer
- All Implemented Interfaces:
- Initializer
- public class MimeTypeInitializer
- extends BaseInitializer
Initializes mime type tables.
- Version:
- $Revision: #14 $ $Date: 2004/04/07 $
- Author:
- Jeff Teeters, Stanislav Freidin
Method Summary |
protected void |
doShutdown()
Code that should be executed at initializer shutdown should go
inside this method. |
protected void |
doStartup()
Code that should be executed at initializer startup should go
inside this method. |
Configuration |
getConfiguration()
Returns the configuration object used by this initializer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSO_FILTER_WORKS
public static final String INSO_FILTER_WORKS
- See Also:
- Constant Field Values
MimeTypeInitializer
public MimeTypeInitializer()
throws InitializationException
getConfiguration
public Configuration getConfiguration()
- Description copied from interface:
Initializer
- Returns the configuration object used by this initializer.
- Specified by:
getConfiguration
in interface Initializer
- Specified by:
getConfiguration
in class BaseInitializer
doStartup
protected void doStartup()
- Description copied from class:
BaseInitializer
- Code that should be executed at initializer startup should go
inside this method.
- Specified by:
doStartup
in class BaseInitializer
doShutdown
protected void doShutdown()
- Description copied from class:
BaseInitializer
- Code that should be executed at initializer shutdown should go
inside this method.
- Specified by:
doShutdown
in class BaseInitializer
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC