|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tiles.request.servlet.ServletApplicationContext
public class ServletApplicationContext
Servlet-based implementation of the TilesApplicationContext interface.
| Constructor Summary | |
|---|---|
ServletApplicationContext(javax.servlet.ServletContext servletContext)
Creates a new instance of ServletTilesApplicationContext. |
|
| Method Summary | |
|---|---|
Map<String,Object> |
getApplicationScope()
|
Object |
getContext()
|
Map<String,String> |
getInitParams()
|
ApplicationResource |
getResource(ApplicationResource base,
Locale locale)
|
ApplicationResource |
getResource(String localePath)
|
Collection<ApplicationResource> |
getResources(String path)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletApplicationContext(javax.servlet.ServletContext servletContext)
servletContext - The servlet context to use.| Method Detail |
|---|
public Object getContext()
getContext in interface ApplicationContextpublic Map<String,Object> getApplicationScope()
getApplicationScope in interface ApplicationContextpublic Map<String,String> getInitParams()
getInitParams in interface ApplicationContextpublic ApplicationResource getResource(String localePath)
getResource in interface ApplicationContext
public ApplicationResource getResource(ApplicationResource base,
Locale locale)
getResource in interface ApplicationContextpublic Collection<ApplicationResource> getResources(String path)
getResources in interface ApplicationContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||