Directory |
Contents |
work (root)
This directory serves as a development area for the portlet. |
Portlet deployment descriptor file portlet.xml
The name of the deployment descriptor file must be portlet.xml .
|
/DisplayURL
|
This is the main portlet directory. It does not contain any files. The directory name must not have any spaces, and it must match the name of the portlet as specified in the name attribute of the <local-portlet> element in portlet.xml .
|
/DisplayURL/classes |
This directory contains the display resources file file.
|
/DisplayURL/classes/com/SAS
/portal/portlets/displayurl |
This directory contains the resources.properties file and the following action classes:
BaseAction.class
CancelAction.class
DisplayAction.class
EditorAction.class
ErrorHandler.class
Initializer.class
OKAction.class
|
/DisplayURL/content
|
This directory contains the display pages called Editor.jsp , Error.jsp , and Viewer.jsp .
Each portlet can have only one content location directory, and the directory name must be content . However, the content location directory can have an unlimited number of subdirectories. |