org.alfresco.web.ui.common.component.debug
Class UIHttpRequestParams

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
              extended by org.alfresco.web.ui.common.component.debug.BaseDebugComponent
                  extended by org.alfresco.web.ui.common.component.debug.UIHttpRequestParams
All Implemented Interfaces:
javax.faces.component.StateHolder

public class UIHttpRequestParams
extends BaseDebugComponent

Component which displays the parameters for the current HTTP request


Constructor Summary
UIHttpRequestParams()
           
 
Method Summary
 java.util.Map getDebugData()
          Retrieves the debug data to show for the component as a Map
 java.lang.String getFamily()
           
 
Methods inherited from class org.alfresco.web.ui.common.component.debug.BaseDebugComponent
encodeBegin, getRendersChildren, getTitle, restoreState, saveState, setTitle
 
Methods inherited from class org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
outputAttribute
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIHttpRequestParams

public UIHttpRequestParams()
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent
See Also:
UIComponent.getFamily()

getDebugData

public java.util.Map getDebugData()
Description copied from class: BaseDebugComponent
Retrieves the debug data to show for the component as a Map

Specified by:
getDebugData in class BaseDebugComponent
Returns:
The Map of data
See Also:
BaseDebugComponent.getDebugData()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.