public interface ResourceHolder
Modifier and Type | Method and Description |
---|---|
void |
checkDeployment()
Checks resource deployment status, and deploys if needed
|
Resource |
getResource(ResourceName resName,
String lang)
Retrieve resource by resource identifier.
|
Set |
getResources()
Retrieve the set of resource id's hold by this ResourceHolder
|
Resource getResource(ResourceName resName, String lang) throws Exception
resName
- Resource whose name is to be retrieved.lang
- Language for the resource.Exception
Set getResources()
void checkDeployment()
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.