org.sakaiproject.jsf.util |
|
Java Source File Name | Type | Comment |
ConfigurationResource.java | Class | Thin wrapper for lookup of configuration of resources. |
ConversionUtil.java | Class | Provides methods helpful in making object conversions not provided for by
the Sun or MyFaces distributions. |
HelperAwareJsfTool.java | Class | Created by IntelliJ IDEA. |
JSFDepends.java | Class | This source file collects the dependencies of the Sakai tag library
on the JSF implementation into one place.
This is where JSF tags, renderers, and components that extend the
Sun JSF implementation (or the MyFaces implementation) live.
To switch between Sun RI vs. |
JsfTool.java | Class |
Sakai Servlet to use for all JSF tools. |
LocaleUtil.java | Class | Instead of using standard methods of deciding which locale should be used
when loading a resource, Sakai tools are requested to go through the Sakai-specific
ResourceLoader class, which lets Sakai-specific settings such as site
preferences be taken into account.
Currently the ResourceLoader functionality is not behind an
interface, and so direct references to the class will drag in dependencies
on framework features. |
RendererUtil.java | Class | Common static utility methods that help in implementing JSF tags. |
SamigoJsfTool.java | Class |
Customized JsfTool for Samigo - just to workaround the fact that Samigo
has the JSF URL mapping "*.faces" hard-coded in several places. |
TagUtil.java | Class | Common static utility methods that help in implementing JSF tags. |