|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.AbstractContentFactory
public abstract class AbstractContentFactory
$Id$ Created on 28/01/2007 Abstract implementation of a content factory.
Constructor Summary | |
---|---|
AbstractContentFactory()
Default constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractContentFactory()
Method Detail |
---|
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 key
protected boolean allowIllegalNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |