Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » web » servlet » view » tiles » [javadoc | source]
org.springframework.web.servlet.view.tiles
public class: TilesJstlView [javadoc | source]
java.lang.Object
   org.springframework.context.support.ApplicationObjectSupport
      org.springframework.web.context.support.WebApplicationObjectSupport
         org.springframework.web.servlet.view.AbstractView
            org.springframework.web.servlet.view.AbstractUrlBasedView
               org.springframework.web.servlet.view.InternalResourceView
                  org.springframework.web.servlet.view.tiles.TilesView
                     org.springframework.web.servlet.view.tiles.TilesJstlView

All Implemented Interfaces:
    InitializingBean, View, BeanNameAware, ServletContextAware, ApplicationContextAware

Specialization of TilesView for JSTL pages, i.e. Tiles pages that use the JSP Standard Tag Library.

NOTE: This TilesJstlView class supports Tiles 1.x, a.k.a. "Struts Tiles", which comes as part of Struts 1.x. For Tiles 2.x support, check out org.springframework.web.servlet.view.tiles2.TilesView .

Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and message source.

This is a separate class mainly to avoid JSTL dependencies in TilesView itself.

Fields inherited from org.springframework.web.servlet.view.tiles.TilesView:
PATH_ATTRIBUTE
Fields inherited from org.springframework.web.servlet.view.AbstractView:
DEFAULT_CONTENT_TYPE
Fields inherited from org.springframework.context.support.ApplicationObjectSupport:
logger
Method from org.springframework.web.servlet.view.tiles.TilesJstlView Summary:
exposeHelpers
Methods from org.springframework.web.servlet.view.tiles.TilesView:
executeController,   getComponentContext,   getComponentDefinition,   getController,   getDispatcherPath,   initApplicationContext,   prepareForRendering,   setPath
Methods from org.springframework.web.servlet.view.InternalResourceView:
exposeForwardRequestAttributes,   exposeHelpers,   getRequestToExpose,   initServletContext,   isContextRequired,   prepareForRendering,   renderMergedOutputModel,   setAlwaysInclude,   setExposeContextBeansAsAttributes,   setExposeForwardAttributes,   setExposedContextBeanNames,   setPreventDispatchLoop,   useInclude
Methods from org.springframework.web.servlet.view.AbstractUrlBasedView:
afterPropertiesSet,   getUrl,   isUrlRequired,   setUrl,   toString
Methods from org.springframework.web.servlet.view.AbstractView:
addStaticAttribute,   createRequestContext,   createTemporaryOutputStream,   exposeModelAsRequestAttributes,   generatesDownloadContent,   getAttributesMap,   getBeanName,   getContentType,   getRequestContextAttribute,   getStaticAttributes,   prepareResponse,   render,   renderMergedOutputModel,   setAttributes,   setAttributesCSV,   setAttributesMap,   setBeanName,   setContentType,   setRequestContextAttribute,   toString,   writeToResponse
Methods from org.springframework.web.context.support.WebApplicationObjectSupport:
getServletContext,   getTempDir,   getWebApplicationContext,   initApplicationContext,   initServletContext,   isContextRequired,   setServletContext
Methods from org.springframework.context.support.ApplicationObjectSupport:
getApplicationContext,   getMessageSourceAccessor,   initApplicationContext,   initApplicationContext,   isContextRequired,   requiredContextClass,   setApplicationContext
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.web.servlet.view.tiles.TilesJstlView Detail:
 protected  void exposeHelpers(HttpServletRequest request) throws Exception