Modifier and Type | Interface and Description |
---|---|
interface |
IFieldTypeImpl |
interface |
IItemPageImpl |
interface |
IPageImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
IArg |
interface |
IChoice |
interface |
ICmd |
interface |
IFieldType |
interface |
IFlag |
interface |
IFlagObject |
interface |
IItemType |
interface |
IResponseType |
Modifier and Type | Interface and Description |
---|---|
interface |
IArgImpl |
interface |
ICmdImpl |
interface |
IItemTypeImpl |
Modifier and Type | Method and Description |
---|---|
static <T extends IEnum> |
EnumUtil.getValue(T[] array,
java.lang.String name) |
static <T extends IEnum> |
EnumUtil.putAll(java.util.Map<java.lang.String,T> map,
T[] array) |
Modifier and Type | Method and Description |
---|---|
static <T extends IEnum> |
EnumUtil.getValue(T[] array,
java.lang.String name) |
static <T extends IEnum> |
EnumUtil.putAll(java.util.Map<java.lang.String,T> map,
T[] array) |
Modifier and Type | Class and Description |
---|---|
class |
FieldTypeImpl
These are implementations of input GUI components for the FieldTypes with the same names
|
class |
ItemPageImpl
These are implementations of item pages for item types with the same name
|
class |
PageImpl
These are implementations of static pages within the site, each with a URL of
|
Modifier and Type | Class and Description |
---|---|
class |
Arg
These are arguments, or properties, which are the keys
in the map representations of all data
|
class |
ArgFlag
A property of an argument
|
class |
BooleanChoice
An enum for boolean values (this is necessary for the forms)
|
class |
Cmd
These are definitions of server commands, each with an argument list
and a set of command flags.
|
class |
CmdFlag
These are properties of command types
|
class |
FieldType
These are types of input fields, which are implemented in the
client code in FieldTypeImpl
|
class |
ItemType
These are definitions of item types, each with an argument list,
a set of item types for subcontainers, a set of item type flags,
and an init(IItem) method that gets called whenever an item of
this type is posted to the server
|
class |
ItemTypeFlag
These are properties of item types
|
class |
ResponseType
These values are different output codes for
the command line interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgImpl
These are argument implementations, allowing server-side code to be
associated with a specific argument
|
class |
CmdImpl
These are the server-side implementations of the command types with the same names,
each with validate and execute methods
|
class |
ItemTypeImpl
These are item type implementations, allowing server-side code to be
associated with a certain item type
|