com.retek.rsm.domain.security.service.impl
Class ContentModelFactory

java.lang.Object
  extended bycom.retek.rsm.domain.security.service.impl.ContentModelFactory

public class ContentModelFactory
extends java.lang.Object


Field Summary
static java.lang.String CONTENT_MODEL_CONFIG_XML
           
static java.lang.String CONTENT_MODEL_CONFIG_XML_SYSTEM_PROPERTY
           
static java.lang.String CONTENT_MODEL_XML
           
static java.lang.String CONTENT_MODEL_XML_SYSTEM_PROPERTY
           
 
Method Summary
 com.retek.platform.app.security.contentmodel.ContentModel getContentModel()
           
static ContentModelFactory getInstance()
           
 void loadContentModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_MODEL_CONFIG_XML

public static final java.lang.String CONTENT_MODEL_CONFIG_XML
See Also:
Constant Field Values

CONTENT_MODEL_CONFIG_XML_SYSTEM_PROPERTY

public static final java.lang.String CONTENT_MODEL_CONFIG_XML_SYSTEM_PROPERTY
See Also:
Constant Field Values

CONTENT_MODEL_XML

public static final java.lang.String CONTENT_MODEL_XML
See Also:
Constant Field Values

CONTENT_MODEL_XML_SYSTEM_PROPERTY

public static final java.lang.String CONTENT_MODEL_XML_SYSTEM_PROPERTY
See Also:
Constant Field Values
Method Detail

getInstance

public static ContentModelFactory getInstance()

loadContentModel

public void loadContentModel()
                      throws com.retek.platform.exception.RetekConfigurationException
Throws:
com.retek.platform.exception.RetekConfigurationException

getContentModel

public com.retek.platform.app.security.contentmodel.ContentModel getContentModel()