!--a11y-->
Component Config 
The component-config section within a component section of the deployment descriptor contains properties that enable a portal component to be used with the portal runtime. Each property is declared as described in Application Config.
The properties specified in this section are accessible to Portal components via the interface com.sapportals.portal.prt.component.IPortalComponentConfig.
The following properties are not mandatory:
Name |
Default Value |
Description |
ClassName |
--- |
The name of the implementation class of the portal component. |
ComponentType |
<none> |
The type of the component. Acceptable values are: · “servlet” · “jspnative” · <none> Default is <none>, in which case an implementation of IPortalComponent has to be specified by the ClassName property. |
JSP |
--- |
In the case ComponentType ="jspnative" the path of the JSP PageLet to implement the portal component. This path is relative to the private resources (in PORTAL-INF in PAR) of the portal application. |
ResourceBundleName |
Localization |
A portal component can specify the name of a distinguished resource bundle. This bundle will be used to look for descriptive texts in generic personalization dialogs. |
AuthRequirement |
user: authenticated user admin: administrator only. none: also anonymous users role list: only the roles that are in the list |
Initial minimal authentication requirements to execute the portal component. This property is only supported for backward compatibility. |
SecurityZone |
--- |
String representing the security zone, the component belongs to. |
