Uses of Class
com.iizix.server.app.prop.AppPropCnr
Packages that use AppPropCnr Package Description com.iizigo.app.prop com.iizix.app.builder com.iizix.server.app com.iizix.server.app.prop com.iizix.server.gyro Uses of AppPropCnr in com.iizigo.app.prop
Subclasses of AppPropCnr in com.iizigo.app.prop Modifier and Type Class Description class
EditorAppPropCnr
The Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnr
children.Uses of AppPropCnr in com.iizix.app.builder
Fields in com.iizix.app.builder declared as AppPropCnr Modifier and Type Field Description protected AppPropCnr
ApplicationDistributor. appCnr
The Application container.Uses of AppPropCnr in com.iizix.server.app
Methods in com.iizix.server.app that return AppPropCnr Modifier and Type Method Description AppPropCnr
AppFactory. getAppRoot()
Gets the Application Root container that holds all the Module Projects and settings.Uses of AppPropCnr in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return AppPropCnr Modifier and Type Method Description AppPropCnr
AppPropCnr. clone()
Cloning is not supported.Uses of AppPropCnr in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return AppPropCnr Modifier and Type Method Description AppPropCnr
AppSessionGyro. getAppPropCnr()
Gets the application root for static references look-up.