索引
- PersistentCategoryKeyValueContent
- ITreeContent
- ItemContent
- InstantaneousTreeContent
- ICodedTreeContent
- IKeyValueContent
- InstantaneousCodedTreeContent
- InstantaneousKeyValueContent
- IGlobalizationContent
- EntityUtil
- EntityStore
- ICategoryTreeContent
- ICategoryKeyValueContent
- ICodedCategoryTreeContent
- EntityJoin
- EntityCapsule
- CacheKeyValueContent
- CacheTreeContent
- ClassContent
- ProxySupport
- CacheCodedTreeContent
- Business
- ValidationSupport
- Validation
- IFinallyAspect
- Intercept
- InvokeContext
- IProxyLoader
- ProxyFactory
- IAspect
- IAroundAspect
- FinallyAspectSupport
- AroundAspectSupport
- AOPUnknownBreak
- AOPBreak
- AOPTransactionBreak
- GridView
- JSONOut
- Galleria
- package-frame
- package-summary
- package-tree
- package-use
- LoginSessionListener
- ApplicationContextListener
- TransactionFilter
- FileUploader.FileUploaderStatus
- FileUploader
- CharacterEncodingFilter
- ImageRedirectFilter
- FileUploader.FileUploaderListener
- PrintWriterDecorator
- IFormatter
- TokenPool
- HttpServletResponseDecorator
- HttpServletRequestDecorator
- ICryptography
- DynamicSecret
- CryptographySupport
- OrmTransactionContext
- OrmPersistenceFactory
- OrmPersistenceCollection
- CryptographyFactory
- OrmContexts
- OrmDatabaseTransaction
- OrmDefinitionContext
- OrmManipulationQueryContext
- OrmPersistence
- IOrmPersistence
- IOrmManipulationQuery
- IOrmTransaction
- Order
- OrmConstant
- IOrmDefinition
- DatabaseHelperSupport
- Entity
- FieldProperty
- Fields
- XMLFormatter
- SetList
- AggregateField
- Condition
- DatabaseHelper
- JSONFormatter
- ISetList
- MapList
- Names
- NameValue
- ServiceRouter
- StreamView
- TextView
- XMLView
- IMapList
- ServiceController
- RouterSupport
- Router
- RedirectView
- MVCRenderException
- MVCNotFoundException
- MVCInternalException
- JSPRouter
- JSPView
- Model
- MVCException
- MVCInstantiationException
- IModel
- IRouter
- IView
- JSONView
- JSPController
- ImageView
- IController
- HTMLView
- ForwardView
- Controller
- MailSender
- RandomGenerator
- ReflectionUtil
- ReservedWord
- QRCode
- LoggerSupport
- ChinesePinYin
- HttpExecuter
- IdCardValidator
- ImageValidateCode
- User32.RECT
- User32.SIZE
- KCLInformation
- IAppender
- Logger
- User32.POINT
- User32
- Identify
- FacadeDirectory
- FacadeIO
- TextReader
- TextWriter
- LocalizationLanguage
- Convert
- Comments
- WinFormInstallationBuilder
- WebFormInstallationBuilder
- PersistentTreeContent
- ServiceBusiness
- TreeContent
- CallingOnly
- CodeBuilder
- PersistentCategoryTreeContent
- PersistentCodedCategoryTreeContent
- PersistentCodedTreeContent
- PersistentGlobalizationContent
- PersistentKeyValueContent
- XMLDocumentEx
- WxOAuthAdapter
- WxPayAdapter
- WxSupport
- KCLConfig
- XMLDocument
- WxOAthAdapter
- WxAdapterSupport
- WxBasicAdapter
- WxMenuAdapter
- WxMessageDispatcher
- IWxReceivedListener
- TreeNode
- TreeLeaf
- Tree
- Train
- IWxEventListener
- ITreeNode
- MapQueue
- DateTime
- Forest
- ICache
- IMapQueue
- ThreadUnsafe
- UnimplementedException
- Untested
- ThreadSafe
- Cache
- MultiThreadUnitTest
- Debugger
- IUnitTest
- UnitTest
- Tested
- UploadView
- TreeView
- Paging
- StringHelper
- RichText
- Video
- Music
- ListView
- Label
- KCLTag
  com.knots.kcl.xml 
 Class KCLConfig
 java.lang.Objectcom.knots.kcl.xml.KCLConfig
- public class KCLConfig 
- extends java.lang.Object
Get basic configuration of KCL framework.
| Method Summary | |
|---|---|
|  NameValue | getAspects()Get logging aspect names from configuration. | 
|  NameValue | getConnectionParameters(java.lang.String name)Get connection parameters from configuration. | 
|  NameValue | getControllers(java.lang.String routerName)Get controllers from configuration . | 
|  NameValue | getDatabaseDataAcessTypes()Get database data access types from configuration. | 
|  boolean | getDebugEnabled()Get debug status from configuration. | 
| static KCLConfig | getInstance() | 
| static KCLConfig | getInstanceQuietly() | 
|  java.lang.String | getLoggingFileName()Get logging file name from configuration. | 
|  int | getLoggingLevel()Get logging level from configuration. | 
|  java.lang.String | getLoggingUseFile()Get logging use-file from configuration. | 
|  java.lang.String | getMainDataAcessType()Get main data access type from configuration. | 
|  NameValue | getNormalDataAcessTypes()Get normal data access types from configuration. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
getInstance
public static KCLConfig getInstance() throws org.dom4j.DocumentException
- Throws:
- org.dom4j.DocumentException
 
getInstanceQuietly
public static KCLConfig getInstanceQuietly()
getDebugEnabled
public boolean getDebugEnabled()
- Get debug status from configuration. 
getMainDataAcessType
public java.lang.String getMainDataAcessType()
- Get main data access type from configuration. 
getNormalDataAcessTypes
public NameValue getNormalDataAcessTypes()
- Get normal data access types from configuration. 
getDatabaseDataAcessTypes
public NameValue getDatabaseDataAcessTypes()
- Get database data access types from configuration. 
getConnectionParameters
public NameValue getConnectionParameters(java.lang.String name)
- Get connection parameters from configuration. 
getLoggingLevel
public int getLoggingLevel()
- Get logging level from configuration. 
getLoggingUseFile
public java.lang.String getLoggingUseFile()
- Get logging use-file from configuration. 
getLoggingFileName
public java.lang.String getLoggingFileName()
- Get logging file name from configuration. 
getAspects
public NameValue getAspects()
- Get logging aspect names from configuration. 
getControllers
public NameValue getControllers(java.lang.String routerName)
- Get controllers from configuration . 

 
  
  
 
 
 

