Uses of Interface
org.jasig.portal.channels.error.error2xml.IThrowableToElement

Packages that use IThrowableToElement
org.jasig.portal.channels.error The CError channel and its supporting classes. 
org.jasig.portal.channels.error.error2xml Package for the ThrowableToElement interface and its implementations. 
org.jasig.portal.spring.locator   
 

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

Methods in org.jasig.portal.channels.error that return IThrowableToElement
 IThrowableToElement ErrorDocument.getThrowableToElement()
          Deprecated.  
 

Methods in org.jasig.portal.channels.error with parameters of type IThrowableToElement
 void ErrorDocument.setThrowableToElement(IThrowableToElement throwableToElement)
          Deprecated.  
 

Uses of IThrowableToElement in org.jasig.portal.channels.error.error2xml
 

Classes in org.jasig.portal.channels.error.error2xml that implement IThrowableToElement
 class AuthorizationExceptionToElement
          Deprecated. All IChannel implementations should be migrated to portlets
 class DelegatingThrowableToElement
          Deprecated. All IChannel implementations should be migrated to portlets
 class InternalTimeoutExceptionToElement
          Deprecated. All IChannel implementations should be migrated to portlets
 class ResourceMissingExceptionToElement
          Deprecated. All IChannel implementations should be migrated to portlets
 class ThrowableToElement
          Deprecated. All IChannel implementations should be migrated to portlets
 

Uses of IThrowableToElement in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IThrowableToElement
static IThrowableToElement ThrowableToElementLocator.getThrowableToElement()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IThrowableToElement
protected  AbstractBeanLocator<IThrowableToElement> ThrowableToElementLocator.getLocator()
          Deprecated.  
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IThrowableToElement
protected  void ThrowableToElementLocator.setLocator(AbstractBeanLocator<IThrowableToElement> locator)
          Deprecated.  
 

Constructors in org.jasig.portal.spring.locator with parameters of type IThrowableToElement
ThrowableToElementLocator(IThrowableToElement instance)
          Deprecated.  
 



Copyright © 2010 Jasig. All Rights Reserved.