|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | Clear () |
/** Clears all the entries from this registry */ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
|
| # | Progress.Lang.Class Get (character) |
/** Returns a registered type, if it exists. returns null otherwise.
@param character The name of the content type to register
@return Progress.Lang.Class A valid value if it exists. Null otherwise .*/ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
|
| # | CHARACTER GetKeys () |
/** Returns an array of the key names in this registry.
@return character[] The key values. Indeterminate array if empty. */ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
|
| # | LOGICAL Has (character) |
/** Indicates whether a content type is registered or not.
@param character The name of the content type to register
@return logical True if the content type is registered */ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
|
| + | InitializeRegistry (BuilderRegistry) |
/** Adds initial values into the registry
@param BuilderRegistry The registry to populate */ |
|
| # | LOGICAL Put (character, Class) |
/** Registers type for a key
@param character The key of the type to register
@param Class The type of the writer used to process that type
@return logical True if the type was previously registered */ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
|
| # | LOGICAL Remove (character) |
/** Deregisters a content type writer
@param character The name of the content type to register
@return logical True if the content type was previously registered */ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
| Options | Name | Purpose | |
|---|---|---|---|
| # | OpenEdge.Net.HTTP.BuilderRegistry Registry |
/** Registry for mapping build types to their implementations */ |
|
| # | INTEGER Size |
/* Returns the number of mappings in this map.*/ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
|
| # | Progress.Lang.Class ValueType |
/** (optional) The type of the registered Type (defaults to PLO) */ Inherited from OpenEdge.Net.HTTP.BuilderRegistry |
|
Top
PROTECTED Clear ()
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Progress.Lang.Class Get (character)
|
|||||||||||||||||||||||
PROTECTED CHARACTER GetKeys ()
|
|||||||||||||||||||||||
PROTECTED LOGICAL Has (character)
|
|||||||||||||||||||||||
PUBLIC InitializeRegistry (BuilderRegistry)
|
|||||||||||||||||||||||
PROTECTED LOGICAL Put (character, Class)
|
|||||||||||||||||||||||
PROTECTED LOGICAL Remove (character)
|
|||||||||||||||||||||||
PROTECTED OpenEdge.Net.HTTP.BuilderRegistry Registry
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED INTEGER Size
|
|||||||||||
PROTECTED Progress.Lang.Class ValueType
|
|||||||||||