| java.lang.Object org.jasig.portal.channels.CAbstractXslt org.jasig.portal.channels.CTimeTitle
CTimeTitle | final public class CTimeTitle extends CAbstractXslt (Code) | | An example channel that includes the current time in its dynamically generated title.
since: uPortal 2.5.1 version: $Revision$ $Date$ |
Field Summary | |
final public static String | DEFAULT_XSL_URI By default, we use the XSLT 'TimeTitle.xsl' which will be found
in the stylesheets subdirectory corresponding to the package of
this CTimeTitle channel. | final public static String | XSL_PARAM_KEY "xslUri" is the name of the ChannelStaticData attribute that we will read and,
if set to a non-null value, we will use its value as our XSLT URI. |
DEFAULT_XSL_URI | final public static String DEFAULT_XSL_URI(Code) | | By default, we use the XSLT 'TimeTitle.xsl' which will be found
in the stylesheets subdirectory corresponding to the package of
this CTimeTitle channel.
|
XSL_PARAM_KEY | final public static String XSL_PARAM_KEY(Code) | | "xslUri" is the name of the ChannelStaticData attribute that we will read and,
if set to a non-null value, we will use its value as our XSLT URI. If this
ChannelStaticData attribute is not set, we will fall back on our default.
|
Fields inherited from org.jasig.portal.channels.CAbstractXslt | protected Log log(Code)(Java Doc)
|
|
|