com.sdm.quasar.client.jsf.binding.services
Interface KeywordResolverService

All Superinterfaces:
Service
All Known Implementing Classes:
KeywordResolverFeature

public interface KeywordResolverService
extends Service

This Service provides a KeywordResolver. It may be provided by every dialog including the root (i.e. session) dialog, that will serve KeywordResolver to support JSF data or action binding.

Author:
Martin Haft

Method Summary
 KeywordResolver getKeywordResolver()
           
 

Method Detail

getKeywordResolver

public KeywordResolver getKeywordResolver()
Returns:
the KeywordResolver of the dialog, that provides this service.