Public API support
Indicates the level of support of an HTTP servlet that is part of the public API for a particular usage.
PageSeeder has different levels of support if it is invoked in a publish script using Ant.
UNSUPPORTED | The use of this servlet is not supported. The servlet was probably designed for a different purpose; the use of this servlet is likely to return an error. |
---|---|
EXPERIMENTAL | Support for this servlet has not been established or is experimental. |
SUPPORTED | PageSeeder supports the use of this servlet as part of its public API. |
DEPRECATED | Indicates a servlet that used to be supported, but is no longer supported in the upcoming release. |
OBSOLETE | Support for the annotated object has ceased and its use is no longer recommended. Using this servlet is likely to result in an error. |