Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attribute Panels > Solutions > General Procedures > How to Access Request and Context Information in Builder Methods
  
How to Access Request and Context Information in Builder Methods
The ComponentParams parameter passed to buildComponentConfig() and uildComponentData () method is an instance of the concrete class JcaComponentParams. This class provides you access to all the request parameter values and attributes, as well as the typical beans used by JCA clients, such as the NmCommandBean, NmSessionBean, and NmContextBean.
See Windchill Client Architecture Common Objects Overview for more information on these classes.