|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.application.ViewHandler
javax.faces.application.ViewHandlerWrapper
com.liferay.faces.bridge.application.ViewHandlerCompatImpl
public abstract class ViewHandlerCompatImpl
This class provides a compatibility layer that isolates differences between JSF1 and JSF2.
| Field Summary |
|---|
| Fields inherited from class javax.faces.application.ViewHandler |
|---|
CHARACTER_ENCODING_KEY, DEFAULT_FACELETS_SUFFIX, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME, FACELETS_SUFFIX_PARAM_NAME, FACELETS_VIEW_MAPPINGS_PARAM_NAME |
| Constructor Summary | |
|---|---|
ViewHandlerCompatImpl()
|
|
| Method Summary | |
|---|---|
protected String |
evaluateExpressionJSF1(javax.faces.context.FacesContext facesContext,
String viewId)
Mojarra 1.x does not have the ability to process faces-config navigation-rule entries with to-view-id containing EL-expressions. |
void |
renderView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot viewToRender)
|
| Methods inherited from class javax.faces.application.ViewHandlerWrapper |
|---|
calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveLogicalViewId, deriveViewId, getActionURL, getBookmarkableURL, getRedirectURL, getResourceURL, getViewDeclarationLanguage, getWrapped, initView, restoreView, writeState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewHandlerCompatImpl()
| Method Detail |
|---|
public void renderView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot viewToRender)
throws IOException,
javax.faces.FacesException
renderView in class javax.faces.application.ViewHandlerWrapperIOException
javax.faces.FacesException
protected String evaluateExpressionJSF1(javax.faces.context.FacesContext facesContext,
String viewId)
facesContext - The current FacesContext.viewId - The viewId that may contain an EL expression.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||