net.fortuna.ical4j.model
public abstract class AbstractContentFactory extends Object
Constructor and Description |
---|
AbstractContentFactory()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
allowIllegalNames() |
protected Object |
getFactory(String key) |
protected void |
registerDefaultFactory(String key,
Object factory)
Register a standard content factory.
|
protected void |
registerExtendedFactory(String key,
Object factory)
Register a non-standard content factory.
|
protected final void registerDefaultFactory(String key, Object factory)
protected final void registerExtendedFactory(String key, Object factory)
protected final Object getFactory(String key)
key
- a factory keyprotected boolean allowIllegalNames()
Copyright © 2004-2013 Micronode. All Rights Reserved.