ExecutionContext
interface provides access to the context for
evaluating whether a feature is enabled or not.Features
service is the applications access point to the Feature
Flag functionality.Features
manager.HttpServletRequest
object to retrieve information which
may influence the decision whether a Feature
is enabled or not.ResourceResolver
object to retrieve information which
may influence the decision whether a Feature
is enabled or not.true
if a feature with the given name is known and
enabled under the current ExecutionContext
.Feature
interface and the
the application providing a feature guarded by a feature flag.Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.