Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Customizing Generic Aspects of JSP Pages > Customizing the UI with Ajax > Solution > Solution Elements
  
Solution Elements
Element
Type
Description
<your actions>.xml
XML
XML file that defines menu, toolbar, wizard, and other actions in the Windchill action framework
<your>formProcessor.java
Java
A processor that performs operations based on user data submitted in a wizard
<your wizard step>.jsp
Jsp
Jsp to partially refresh in a wizard
FormResult
Java
A class used to communicate results from a form processor back to the framework.
DynamicRefreshInfo
Java
A class that provides information about the type of partial refresh that should be done.
The information included is:
Oid : the oid that was just created/updated/deleted. (the new oid in the case of update)
locationOid : the oid of the parent location where the object was just created/deleted in a tree, or the oid of the original in the case of update, or just null otherwise
action : add, update or delete. Use the NmCommandBean constants: DYNAMIC_ADD, DYNAMIC_UPD, DYNAMIC_DELETE
DynamicNmContextRefreshInfo
Java
Tree specific specialization of the DynamicRefreshInfo for handling tree paths.