|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultSsiItemObjFactory
Provides a default implementation of an SSI item object factory, converting SSI items to their respective classes provided in this package.
| Constructor Summary | |
DefaultSsiItemObjFactory()
|
|
| Method Summary | |
SsiItemObj |
getItemObj(SsiItem item)
Returns an SSI item object that represents the given SSI item, or null of no appropriate object could be created. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultSsiItemObjFactory()
| Method Detail |
public SsiItemObj getItemObj(SsiItem item)
SsiItemObjectFactorynull of no appropriate object could be created.
getItemObj in interface SsiItemObjectFactoryitem - the SSI item block to "convert"
null if no appropriate item object could be created
(for example, if the item is in an invalid format)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||