- getBoolean(String) - Method in interface io.rincl.Resources
-
Retrieves a Boolean resource.
- getConcernType() - Method in interface io.rincl.ResourceI18nConcern
-
- getContextClass() - Method in class io.rincl.AbstractResources
-
- getContextClass() - Method in interface io.rincl.Resources
-
- getDefaultResourceI18nConcern() - Static method in class io.rincl.Rincl
-
Returns the default resource i18n concern.
- getDouble(String) - Method in interface io.rincl.Resources
-
Retrieves a floating point resource.
- getInt(String) - Method in interface io.rincl.Resources
-
Retrieves an integer resource.
- getLocale(Locale.Category) - Method in class io.rincl.AbstractResourceI18nConcern
-
- getLocale(Locale.Category) - Method in class io.rincl.EmptyResourceI18nConcern
-
Retrieves the configured locale for the given category.
- getLocale(Locale.Category) - Method in interface io.rincl.ResourceI18nConcern
-
Retrieves the configured locale for the given category.
- getLocale(Locale.Category) - Static method in class io.rincl.Rincl
-
Retrieves the configured locale for the given category in the current context.
- getOptionalBoolean(String) - Method in class io.rincl.AbstractStringResources
-
Retrieves a Boolean resource that may not be present.
- getOptionalBoolean(String) - Method in class io.rincl.EmptyResources
-
- getOptionalBoolean(String) - Method in interface io.rincl.Resources
-
Retrieves a Boolean resource that may not be present.
- getOptionalDereferencedString(String) - Method in class io.rincl.BaseResources
-
Implementation for ultimately retrieving a string resource with resources evaluated.
- getOptionalDouble(String) - Method in class io.rincl.AbstractStringResources
-
Retrieves a floating point resource that may not be present.
- getOptionalDouble(String) - Method in class io.rincl.EmptyResources
-
- getOptionalDouble(String) - Method in interface io.rincl.Resources
-
Retrieves a floating point resource that may not be present.
- getOptionalInt(String) - Method in class io.rincl.AbstractStringResources
-
Retrieves an integer resource that may not be present.
- getOptionalInt(String) - Method in class io.rincl.EmptyResources
-
- getOptionalInt(String) - Method in interface io.rincl.Resources
-
Retrieves an integer resource that may not be present.
- getOptionalString(String, Object...) - Method in class io.rincl.BaseResources
-
- getOptionalString(String, Object...) - Method in class io.rincl.EmptyResources
-
- getOptionalString(String, Object...) - Method in interface io.rincl.Resources
-
Retrieves a string resource that may not be present.
- getOptionalStringImpl(String) - Method in class io.rincl.BaseResources
-
Implementation for ultimately retrieving a raw string resource.
- getParentResources(Class<?>) - Method in class io.rincl.AbstractResourceI18nConcern
-
Retrieves parent resources for the given context.
- getParentResources() - Method in class io.rincl.AbstractResources
-
- getParentResources() - Method in interface io.rincl.Resources
-
- getResourceI18nConcern() - Static method in class io.rincl.Rincl
-
Returns the configured resource i18n concern for the current context.
- getResources(Class<?>) - Method in class io.rincl.EmptyResourceI18nConcern
-
Retrieves resources for the given context.
- getResources(Class<?>) - Method in interface io.rincl.ResourceI18nConcern
-
Retrieves resources for the given context.
- getResources(Class<?>) - Static method in class io.rincl.Rincl
-
Retrieves resources for the current context for the given context class.
- getResources() - Method in interface io.rincl.Rincled
-
Retrieves resources for the class.
- getString(String, Object...) - Method in interface io.rincl.Resources
-
Retrieves a string resource.