public class CmsDigesterResourceTypeCreationFactory extends org.apache.commons.digester3.AbstractObjectCreationFactory<I_CmsResourceType>
This is required because the default digester implementation will cause an exception in case
a resource type class is missing. However, a missing class is common if a module with a new resource type
class is imported. In this case, the resource type class is changes to ,
so that the import of the resources can proceed.CmsResourceTypeUnknown
| Constructor and Description |
|---|
CmsDigesterResourceTypeCreationFactory()
Default constructor for the resource type configuration factory.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsResourceType |
createObject(org.xml.sax.Attributes attributes) |
public CmsDigesterResourceTypeCreationFactory()
public I_CmsResourceType createObject(org.xml.sax.Attributes attributes) throws java.lang.Exception
createObject in interface org.apache.commons.digester3.ObjectCreationFactory<I_CmsResourceType>createObject in class org.apache.commons.digester3.AbstractObjectCreationFactory<I_CmsResourceType>java.lang.ExceptionObjectCreationFactory.createObject(org.xml.sax.Attributes)