Class DefaultProfile

java.lang.Object
colesico.framework.profile.DefaultProfile
All Implemented Interfaces:
Profile

public class DefaultProfile
extends java.lang.Object
implements Profile
Default profile implementation
  • Field Summary

    Fields inherited from interface colesico.framework.profile.Profile

    GET_LOCALE_METHOD, GET_QUALIFIERS_METHOD
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultProfile​(java.util.Locale locale)  
  • Method Summary

    Modifier and Type Method Description
    <T> T getExtension​(java.lang.Class<T> keyClass)  
    java.util.Locale getLocale()
    Returns client locale.
    ObjectiveQualifiers getQualifiers()
    Returns localization qualifier values
    void setExtension​(java.lang.Class<?> keyClass, java.lang.Object value)  
    void setLocale​(java.util.Locale locale)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details