!--a11y-->
Declaring JSP as a Portal
Component 
Two properties in the profile of the portal component indicate that a JSP needs to be compiled in a portal component:
Property |
Value |
Description |
JSP |
path/FileName |
Relative path to the JSP in the component resource |
ComponentType |
jspnative |
Tells the PRT that this component is based on a JSP |
The first access to such a component will inform the portal runtime framework to compile the JSP in a real IPortalComponent instance and then execute it. The location where the JSP is located is the property "JSP".
