|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationContext
Defines a set of methods which tiles use to communicate to the tiles container and runtime environment. There is only one application context per container.
| Method Summary | |
|---|---|
Map<String,Object> |
getApplicationScope()
Returns a mutable Map that maps application scope attribute names to their values. |
Object |
getContext()
Returns the original, technology-dependent, context. |
Map<String,String> |
getInitParams()
Return an immutable Map that maps context application initialization parameters to their values. |
ApplicationResource |
getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
ApplicationResource |
getResource(String localePath)
Return the application resource mapped to the specified path. |
Collection<ApplicationResource> |
getResources(String path)
Return the application resources mapped to the specified path. |
| Method Detail |
|---|
Object getContext()
Map<String,Object> getApplicationScope()
Map<String,String> getInitParams()
ApplicationResource getResource(String localePath)
localePath - path to the desired resource, including the Locale suffix.
ApplicationResource getResource(ApplicationResource base,
Locale locale)
base - the ApplicationResource.locale - the desired Locale.
Collection<ApplicationResource> getResources(String path)
path - to the desired resource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||