A pageHandler part controls a user's runtime interaction with a Web page by providing data and services to a Java™ Server Faces JSP. When you create a JSP, a pageHandler part is automatically created for you in a package called pagehandlers within the EGLSource folder. The name of the pageHandler part is the same as the corresponding JSP, but with a .egl file extension.
Optionally, you can create a pageHandler part and let the system automatically add the JSP to your project, provided a JSP file with the same name does not already exist within the EGL Web project. To create an EGL pageHandler part, do as follows:
Related concepts
EGL projects, packages, and files
PageHandler
Related tasks
Creating an EGL package
Creating an EGL source file
Using the EGL templates with content assist
Using the Quick Edit view for PageHandler code
Related reference
Content assist in EGL
Naming conventions
PageHandler part in EGL source format