|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.CAbstractXslt
org.jasig.portal.properties.CMissingProperties
@Deprecated public class CMissingProperties
An IChannel for viewing the missing properties.
| Field Summary | |
|---|---|
static String |
DEFAULT_XSL_URI
Deprecated. By default, we use the XSLT 'MissingProperties.xsl' which will be found in the stylesheets subdirectory corresponding to the package of this CMissingProperties channel. |
static String |
XSL_PARAM_KEY
Deprecated. "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. |
| Fields inherited from class org.jasig.portal.channels.CAbstractXslt |
|---|
log |
| Constructor Summary | |
|---|---|
CMissingProperties()
Deprecated. |
|
| Method Summary | |
|---|---|
protected Map |
getStylesheetParams()
Deprecated. This implementation returns null because we have no stylesheet parameters. |
protected Document |
getXml()
Deprecated. Get the Document we should feed to our XSLT. |
protected String |
getXsltUri()
Deprecated. This implementation reads and returns the ChannelStaticData attribute 'xsltUri'; if that attribute is not set we return the default value 'MissingProperties.xsl'. |
void |
receiveEvent(PortalEvent ev)
Deprecated. Passes an outside event to a channel. |
| Methods inherited from class org.jasig.portal.channels.CAbstractXslt |
|---|
getRuntimeData, getRuntimeProperties, getStaticData, renderXML, runtimeDataSet, setRuntimeData, setStaticData, staticDataSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String XSL_PARAM_KEY
public static final String DEFAULT_XSL_URI
| Constructor Detail |
|---|
public CMissingProperties()
| Method Detail |
|---|
protected Document getXml()
throws Exception
CAbstractXslt
getXml in class CAbstractXsltException - including PortalException or any RuntimeException on failureprotected String getXsltUri()
getXsltUri in class CAbstractXsltprotected Map getStylesheetParams()
getStylesheetParams in class CAbstractXsltpublic void receiveEvent(PortalEvent ev)
IChannel
ev - PortalEvent objectPortalEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||