Interface | Description |
---|---|
ICommand |
Interface used for command objects.
|
ICommandBuilder |
Default interface for builder classes.
|
ICommandDirector |
Class | Description |
---|---|
CommandFactory |
The command factory generates command objects necessary for performing operations.
|
CookieBuilder |
Builder class that is used for commands that require cookie data.
|
CookieCommand | |
Factory |
Abstract class used by factories.
|
Exception | Description |
---|---|
InvalidFactoryParameterException |
Exception for dealing with factory input data.
|