|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 de.mindmatters.faces.spring.context.servlet.AbstractFacesView de.mindmatters.faces.spring.context.servlet.FacesExternalResourceView
This view is used (and usually created by the
FacesViewResolver
) to
render the view given the specified model.
More precisely this view is used to render the model (respectively the ModelAndView) delivered from proprietary Controller (e.g. Spring's MVC Controller).
#createView(String, java.util.Locale)
,
#buildView(String)
Field Summary |
Fields inherited from class org.springframework.web.servlet.view.AbstractView |
DEFAULT_CONTENT_TYPE |
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
Constructor Summary | |
FacesExternalResourceView()
Constructor for use as a bean. |
|
FacesExternalResourceView(java.lang.String url)
Creates a new FacesView with the given URL. |
Method Summary | |
protected void |
render(FacesContext context)
Renders the view if the response not already completed. |
Methods inherited from class de.mindmatters.faces.spring.context.servlet.AbstractFacesView |
createView, prepareForRendering, renderMergedOutputModel, useInclude |
Methods inherited from class org.springframework.web.servlet.view.InternalResourceView |
exposeHelpers, exposeModelAsRequestAttributes |
Methods inherited from class org.springframework.web.servlet.view.AbstractUrlBasedView |
afterPropertiesSet, getUrl, setUrl, toString |
Methods inherited from class org.springframework.web.servlet.view.AbstractView |
addStaticAttribute, createRequestContext, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setRequestContextAttribute |
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
getServletContext, getTempDir, getWebApplicationContext, isContextRequired |
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FacesExternalResourceView()
public FacesExternalResourceView(java.lang.String url)
url
- the URL to forward toMethod Detail |
protected final void render(FacesContext context)
render
in class AbstractFacesView
context
- current FacesContextFacesContext.getResponseComplete()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |