This project has retired. For details please refer to its
Attic page .
RequestDiagnosticsHolder (Jetspeed-2 Core API 2.2.2 API)
org.apache.jetspeed.request
Interface RequestDiagnosticsHolder
All Known Implementing Classes: AdministrationEmailException , AJAXException , CapabilitiesException , DocumentException , DocumentNotFoundException , DocumentTypeAlreadyRegisteredException , FailedToDeleteDocumentException , FailedToDeleteFolderException , FailedToRenderFragmentException , FailedToStorePortletDefinitionException , FailedToUpdateDocumentException , FailedToUpdateFolderException , FolderNotFoundException , FolderNotRemovedException , FolderNotUpdatedException , InvalidFolderException , InvalidNewPasswordException , InvalidPasswordException , JetspeedException , LinkNotRemovedException , LinkNotUpdatedException , LockFailedException , NodeException , NodeNotFoundException , PageNotFoundException , PageNotRemovedException , PageNotUpdatedException , PasswordAlreadyUsedException , PipelineException , PortletAccessDeniedException , PortletEntityNotDeletedException , PortletEntityNotStoredException , PreferencesException , ProfilerException , RegistrationException , RegistryException , SecurityException , SerializerException , SpacesException , SSOException , UnableToBuildCapabilityMapException , UnknownPortletDefinitionException , UnrenderedContentException , UnsupportedDocumentTypeException
public interface RequestDiagnosticsHolder
RequestDiagnosticsHolder can be used to "attach" RequestDiagnostics to any possible object.
The JetspeedServlet.errorHandler method for instance uses it to detect if an Exception
already holds an RequestDiagnostics object and will use it then instead of creating a new
one.
Version:
$Id: RequestDiagnosticsHolder.java 772479 2009-05-07 00:43:28Z ate $
getRequestDiagnostics
RequestDiagnostics getRequestDiagnostics ()
setRequestDiagnostics
void setRequestDiagnostics (RequestDiagnostics rd)
Copyright © 1999-2011 The Apache Software Foundation . All Rights Reserved.