Class AdminapiCallContext

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdminapiCallContext
    extends net.anotheria.anodoc.util.context.CallContext
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultLanguage()  
      java.util.List<java.lang.String> getSupportedLanguages()  
      • Methods inherited from class net.anotheria.anodoc.util.context.CallContext

        getBrandConfig, getCurrentAuthor, getCurrentLanguage, getDbContext, reset, setBrandConfig, setCurrentAuthor, setCurrentLanguage, setDbContext
      • Methods inherited from class java.lang.Object

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

      • AdminapiCallContext

        public AdminapiCallContext()
    • Method Detail

      • getDefaultLanguage

        public java.lang.String getDefaultLanguage()
        Specified by:
        getDefaultLanguage in class net.anotheria.anodoc.util.context.CallContext
      • getSupportedLanguages

        public java.util.List<java.lang.String> getSupportedLanguages()
        Specified by:
        getSupportedLanguages in class net.anotheria.anodoc.util.context.CallContext