Class WebAppFeatureResolver
- java.lang.Object
 - 
- de.xima.fc.security.endpoint.state.WebAppFeatureResolver
 
 
- 
- All Implemented Interfaces:
 IAvailabiltyResolver
public class WebAppFeatureResolver extends Object implements IAvailabiltyResolver
Resolver that requires an activeweb app context feature.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAvailable(IAvailabilityContext context)Checks if the web endpoint is available with the given context. 
 - 
 
- 
- 
Method Detail
- 
isAvailable
public boolean isAvailable(IAvailabilityContext context)
Description copied from interface:IAvailabiltyResolverChecks if the web endpoint is available with the given context.- Specified by:
 isAvailablein interfaceIAvailabiltyResolver- Parameters:
 context- for determining if the web endpoint is available.- Returns:
 trueif the web endpoint is available andfalseotherwise.
 
 - 
 
 -