Package com.groiss.org
Interface HasResource
- All Known Subinterfaces:
ApplicationAdapter
- All Known Implementing Classes:
DefaultApplicationAdapter
public interface HasResource
Interface for classes that provide a resource for internationalization. ApplicationAdapter extends this interface.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true when names of tasks or roles should be localized.
-
Method Details
-
getResource
Resource getResource() -
localizeNames
boolean localizeNames()Returns true when names of tasks or roles should be localized.
-