Uses of Interface
com.jalios.jcms.TypeConstants
-
Packages that use TypeConstants Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of TypeConstants in com.jalios.jcms
Classes in com.jalios.jcms that implement TypeConstants Modifier and Type Class Description class
TypeProcessor
This class generates all the resources (Java classes and JSPs) used by the Custom Publication Types and Custom Extension Types.class
TypeTemplateEntry
This class contains info about Type's template.class
TypeUtil
This class contains a set of utility static methods for Type generated files. -
Uses of TypeConstants in com.jalios.jcms.handler
Classes in com.jalios.jcms.handler that implement TypeConstants Modifier and Type Class Description class
TypeEditorHandler
This form handler processes the Type Editor form.class
TypeListEditorHandler
This form handler processes the Type List Editor forms.
-