Portlet Factory, Version 6.1.2
Imported Directory builder
Use the Imported Directory builder to place in a model a set of local HTML content.
This content can be customized with other builders. The Imported Directory builder is similar to a recursive Import Page builder.
The Imported Directory builder is not designed to handle active applications, including form processing. This builder merely automates the import of content, not the embedding of complex functionality.
Do not attempt to import a large amount of information using this builder. You can exceed the memory resources of the server by importing a large number (200) of relatively plain pages or a small number (20) of very rich pages. When this situation occurs, an out of memory error message is displayed in the server log.
This builder imports a number of HTML and JSP pages and creates a model page for each. It has an option to convert links between any two of the HTML pages into links between the corresponding model pages. The rewriting of the links among these pages is such that each link points to the corresponding model page. For example, the following link is rewritten:
a href="page2.html"The rewriting results in the following code:a href="< = webAppAccess.getActionURL("page2_html") >"
Quick tips
- Avoid importing pages that contain complex content. For example, client Java Script navigation, frames, and so on can disrupt the builder operation.
Parent topic: Builder help
- About using the builder call editor
The builder call editor allows you to specify all the input values to a builder call.
- Imported Directory builder inputs
This topic describes the inputs for the Imported Directory builder.
- Overview: creating pages
Pages in IBM® WebSphere Portlet Factory models can be obtained from outside the model or created as you work in the model.
Library | Support |