Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Attachments > Solution > Solution Elements
  
Solution Elements
Element
Type
Description
attachments.tld
Java tag definition
Defines any common component tags you will need to use the attachments common components.
Runtime location:
codebase\WEB-INF\tlds\ attachments.tld
AttachmentsDownload AppletServlet.class
Java file
Servlet that redirects download to the appropriate file for the object.
Runtime location:
codebase\WEB-INF\lib\ wncWeb.jar
AttachmentsValidation Helper.class
Java file
Supporting methods for validating various attachments related actions.
Runtime location:
codebase\WEB-INF\lib\ wncWeb.jar
AbstractAttachments SubFormProcessor.class
Java file
General form processing delegate that provides shared attachments functionality to the primary and secondary form processors.
Runtime location:
codebase\WEB-INF\lib\ wncWeb.jar
PrimayAttachment SubFormProcessor.class
Java file
Form processing delegate that attaches primary attachments to the object.
Runtime location:
codebase\WEB-INF\lib\ wncWeb.jar
SecondaryAttachments SubFormProcessor.class
Java file
Form processing delegate that attaches secondary attachments to the object.
Runtime location:
codebase\WEB-INF\lib\ wncWeb.jar
AttachmentsDataUtility Helper.class
Java file
Supporting methods for displaying attachments data in a data utility.
Runtime location:
codebase\WEB-INF\lib\ wncWeb.jar