| java.lang.Object org.jasig.portal.channels.CAbstractXslt org.jasig.portal.properties.CMissingProperties
CMissingProperties | public class CMissingProperties extends CAbstractXslt (Code) | | An IChannel for viewing the missing properties.
version: $Revision: 35695 $ $Date: 2005-04-30 13:08:13 -0700 (Sat, 30 Apr 2005) $ since: uPortal 2.5 |
Field Summary | |
final public static String | DEFAULT_XSL_URI By default, we use the XSLT 'MissingProperties.xsl' which will be found
in the stylesheets subdirectory corresponding to the package of
this CMissingProperties 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. |
Method Summary | |
protected Map | getStylesheetParams() This implementation returns null because we have no stylesheet parameters. | protected Document | getXml() | protected String | getXsltUri() This implementation reads and returns the ChannelStaticData attribute 'xsltUri';
if that attribute is not set we return the default value 'MissingProperties.xsl'. | public void | receiveEvent(PortalEvent ev) |
DEFAULT_XSL_URI | final public static String DEFAULT_XSL_URI(Code) | | By default, we use the XSLT 'MissingProperties.xsl' which will be found
in the stylesheets subdirectory corresponding to the package of
this CMissingProperties 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.
|
getStylesheetParams | protected Map getStylesheetParams()(Code) | | This implementation returns null because we have no stylesheet parameters.
null |
getXsltUri | protected String getXsltUri()(Code) | | This implementation reads and returns the ChannelStaticData attribute 'xsltUri';
if that attribute is not set we return the default value 'MissingProperties.xsl'.
the ChannelStaticData attribute 'xsltUri' or 'MissingProperties.xsl' if the attribute was null. |
Fields inherited from org.jasig.portal.channels.CAbstractXslt | protected Log log(Code)(Java Doc)
|
|
|