- All Implemented Interfaces and Traits:
- MetaClassExtensionProvider
@org.osgi.service.component.annotations.Component(service: MetaClassExtensionProvider, immediate: true)
@Slf4j(value: LOG)
class SlingMetaClassExtensionProvider
extends Object
implements MetaClassExtensionProvider
This metaclass provider adds additional methods to all instances of the classes outlined below.
javax.servlet.ServletRequest
- getAt(String name) - Supports use of the
subscript operator to get a request parameter value. If the
value is an array, a list will be returned.