Uses of Class
org.jasig.portal.channels.error.ErrorDocument

Packages that use ErrorDocument
org.jasig.portal.channels.error   
 

Uses of ErrorDocument in org.jasig.portal.channels.error
 

Fields in org.jasig.portal.channels.error declared as ErrorDocument
private  ErrorDocument CError.errorDocument
          An ErrorDocument representing the error about which we are reporting and providing a source for XML to be rendered by our XSLT.
 

Methods in org.jasig.portal.channels.error that return ErrorDocument
 ErrorDocument CError.getErrorDocument()
           
 

Methods in org.jasig.portal.channels.error with parameters of type ErrorDocument
 void CError.setErrorDocument(ErrorDocument errorDocument)