Package org.apache.struts2.tiles
Class StrutsWildcardServletApplicationContext
java.lang.Object
org.apache.tiles.request.servlet.ServletApplicationContext
org.apache.struts2.tiles.StrutsWildcardServletApplicationContext
- All Implemented Interfaces:
- ApplicationContext
- 
Constructor SummaryConstructorsConstructorDescriptionStrutsWildcardServletApplicationContext(jakarta.servlet.ServletContext context) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected Set<ApplicationResource>findResources(String path) getResource(ApplicationResource base, Locale locale) Return a localized version of an ApplicationResource.getResources(String path) Return the application resources mapped to the specified path.Methods inherited from class org.apache.tiles.request.servlet.ServletApplicationContextgetApplicationScope, getContext, getInitParams, getResource
- 
Constructor Details- 
StrutsWildcardServletApplicationContextpublic StrutsWildcardServletApplicationContext(jakarta.servlet.ServletContext context) 
 
- 
- 
Method Details- 
getResourcesDescription copied from class:ServletApplicationContextReturn the application resources mapped to the specified path.- Specified by:
- getResourcesin interface- ApplicationContext
- Overrides:
- getResourcesin class- ServletApplicationContext
- Parameters:
- path- to the desired resource.
- Returns:
- all resources which match the given path.
 
- 
getResourceDescription copied from class:ServletApplicationContextReturn a localized version of an ApplicationResource.- Specified by:
- getResourcein interface- ApplicationContext
- Overrides:
- getResourcein class- ServletApplicationContext
- Parameters:
- base- the ApplicationResource.
- locale- the desired Locale.
- Returns:
- the first located resource which matches the given path or null if no such resource exists.
 
- 
findResources- Throws:
- IOException
 
 
-