Declare all differents classes corresponding to main jelix selectors
a selector is a string refering to a file or a ressource, by indicating its module and its name. For example : "moduleName~resourceName". There are several type of selector, depending on the resource type. Selector objects get the real path of the corresponding file, the name of the compiler (if the file has to be compile) etc. So here, there is a selector class for each selector type.
Class | Description |
---|---|
jSelectorFactory | Create instance of selectors object |
jISelector | interface of selector classes |
jExceptionSelector | Exception for selector errors |
jSelectorModule | base class for all selector concerning module files |
jSelectorActFast | Special Action selector for jcoordinator Don't use it ! Only for internal purpose. |
jSelectorAct | Generic Action selector |
jSelectorClass | selector for business class |
jSelectorIface | selector for interface |
jSelectorInterface | selector for interface |
jSelectorLoc | selector for localisation string |
jSelectorDao | Selector for dao file syntax : "module~daoName". |
jSelectorTpl | Template selector |
jSelectorZone | Zone selector |
jSelectorForm | Form selector |
jSelectorSimpleFile | base class for simple file selector |
jSelectorVar | Selector for files stored in the var directory |
jSelectorCfg | Selector for files stored in the config directory |
jSelectorTmp | Selector for files stored in the temp directory |
jSelectorLog | Selector for files stored in the log directory |
jSelectorLib | Selector for files stored in the lib directory |
Documentation generated on Wed, 07 Sep 2011 13:47:53 +0200 by phpDocumentor 1.4.3