com.flexive.faces |
|
Java Source File Name | Type | Comment |
AbstractContentNavigationHandler.java | Class | The sole purpose of this navigation handler is to support external content URIs when
creating a new content instance with
FxContentViewBean . |
ClasspathResourceResolver.java | Class | Facelets resolver that uses the classpath as fallback for resources not
served by the WAR filesystem. |
ContentURIMatcher.java | Class | An URI matcher that provides additional typesafe methods for querying
the parameters contained in a mapped content URI. |
ContentURIRoute.java | Class |
A content URI route.It allows to both map
external URIs containing instance PKs to internal JSF pages AND to generate
those external URIs based on an instance PK. |
CustomURIViewHandler.java | Class | An extension to the facelet view handler that provides custom URIs using
URIRoute URIRoutes . |
FxJsfComponentUtils.java | Class | Utility functions for JSF/Facelets components. |
FxJsfUtils.java | Class | Utility class for JSF functionality within beans. |
JsfRelativeUriMapper.java | Class | Generate absolute URIs using the JSF context. |
RequestRelativeUriMapper.java | Class | Generate absolute URIs using the context path of a HttpServletRequest. |
URIMatcher.java | Class | A wrapper class that represents a (possible) match of an URI mapper on a
specific URI. |
URIRoute.java | Class | A base implementation of an URI route. |
URIRouteCollection.java | Class | |