Return to www.inductionframework.org

com.acciente.induction.init.config
Class Config.ModelDefs.ModelDef

java.lang.Object
  extended by com.acciente.induction.init.config.Config.ModelDefs.ModelDef
Enclosing class:
Config.ModelDefs

public static class Config.ModelDefs.ModelDef
extends java.lang.Object

Modular configuration container


Method Summary
 java.lang.String getModelClassName()
           
 java.lang.String getModelFactoryClassName()
           
 boolean hasModelFactoryClassName()
           
 boolean isApplicationScope()
           
 boolean isInitOnStartUp()
           
 boolean isRequestScope()
           
 boolean isSessionScope()
           
 boolean isStaticScope()
           
 java.lang.String toString()
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getModelClassName

public java.lang.String getModelClassName()

getModelFactoryClassName

public java.lang.String getModelFactoryClassName()

hasModelFactoryClassName

public boolean hasModelFactoryClassName()

isStaticScope

public boolean isStaticScope()

isApplicationScope

public boolean isApplicationScope()

isSessionScope

public boolean isSessionScope()

isRequestScope

public boolean isRequestScope()

isInitOnStartUp

public boolean isInitOnStartUp()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXML

public java.lang.String toXML()

Return to www.inductionframework.org

Copyright © 2008-2012 Acciente, LLC. All Rights Reserved.