|
||||||||||
| 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: AbstractContentFactory.java,v 1.9 2011/02/20 03:12:32 fortuna Exp $ Created on 28/01/2007 Abstract implementation of a content factory.
| Constructor Summary | |
|---|---|
AbstractContentFactory()
Default constructor. |
|
| Method Summary | |
|---|---|
protected boolean |
allowIllegalNames()
|
protected java.lang.Object |
getFactory(java.lang.String key)
|
protected void |
registerDefaultFactory(java.lang.String key,
java.lang.Object factory)
Register a standard content factory. |
protected void |
registerExtendedFactory(java.lang.String key,
java.lang.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(java.lang.String key,
java.lang.Object factory)
protected final void registerExtendedFactory(java.lang.String key,
java.lang.Object factory)
protected final java.lang.Object getFactory(java.lang.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 | |||||||||