Uses of Class
org.jorigin.lang.LangResource
-
Packages that use LangResource Package Description org.jorigin.lang org.jorigin.lang.xml -
-
Uses of LangResource in org.jorigin.lang
Methods in org.jorigin.lang with parameters of type LangResource Modifier and Type Method Description voidLangResource. addResources(LangResource resource)Add new lang resources to the current resources. -
Uses of LangResource in org.jorigin.lang.xml
Fields in org.jorigin.lang.xml declared as LangResource Modifier and Type Field Description protected LangResourceLangResourceXMLReader. resourceThe underlying lang resource.Methods in org.jorigin.lang.xml that return LangResource Modifier and Type Method Description LangResourceLangResourceXMLReader. getResource()Get thelanguage resourceread by this object.
-