|
||||||||||
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
public class CMissingProperties
An IChannel for viewing the missing properties.
Field Summary | |
---|---|
static java.lang.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. |
static java.lang.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. |
Fields inherited from class org.jasig.portal.channels.CAbstractXslt |
---|
log |
Constructor Summary | |
---|---|
CMissingProperties()
|
Method Summary | |
---|---|
protected java.util.Map |
getStylesheetParams()
This implementation returns null because we have no stylesheet parameters. |
protected org.w3c.dom.Document |
getXml()
Get the Document we should feed to our XSLT. |
protected java.lang.String |
getXsltUri()
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)
Passes an outside event to a channel. |
Methods inherited from class org.jasig.portal.channels.CAbstractXslt |
---|
getRuntimeData, getRuntimeProperties, getStaticData, renderXML, setRuntimeData, setStaticData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String XSL_PARAM_KEY
public static final java.lang.String DEFAULT_XSL_URI
Constructor Detail |
---|
public CMissingProperties()
Method Detail |
---|
protected org.w3c.dom.Document getXml() throws java.lang.Exception
CAbstractXslt
getXml
in class CAbstractXslt
java.lang.Exception
- including PortalException or any RuntimeException on failureprotected java.lang.String getXsltUri()
getXsltUri
in class CAbstractXslt
protected java.util.Map getStylesheetParams()
getStylesheetParams
in class CAbstractXslt
public void receiveEvent(PortalEvent ev)
IChannel
ev
- PortalEvent objectPortalEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |