Use to specify the parameters to initialize upon start-up of a standard JSR 286 portlet.
Initialization parameters provide an alternative to JNDI (Java Naming and Directory Interface) variables. Use the initialization parameters instead of JNDI to configure the behavior of all of the different components of the portlet—for example, servlets and other portlets—in a compatible way.
The parameters created here are entered into the portlet.xml file, located in the Application Navigator under <project_name>/Web Content/WEB-INF
. You can edit existing parameters or create new ones using the Overview Editor for portlet.xml
.
Element | Description |
---|---|
New |
Click to add an input row to the table of parameters. To edit an input row, double-click it.
|
Remove |
Click to remove a selected initialization parameter from the table. |
Related Topics
"Introduction to Portlets" in Developing WebCenter Portal Assets and Custom Components with Oracle JDeveloper
"Building Standards-Based Java Portlets Using JSR 286" in Developing WebCenter Portal Assets and Custom Components with Oracle JDeveloper