Package org.sakaiproject.jsf.util
Class JSFDepends
- java.lang.Object
-
- org.sakaiproject.jsf.util.JSFDepends
-
public class JSFDepends extends Object
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. MyFaces, just comment/uncomment the appropriate block of inner classes and recompile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JSFDepends.ButtonRenderer
static class
JSFDepends.ColumnTag
static class
JSFDepends.CommandButtonTag
Sun JSF RI dependent classesstatic class
JSFDepends.CommandLinkRenderer
static class
JSFDepends.DataTableTag
static class
JSFDepends.InputTextTag
static class
JSFDepends.MessagesTag
static class
JSFDepends.OutputTextTag
static class
JSFDepends.PanelGridTag
-
Constructor Summary
Constructors Constructor Description JSFDepends()
-