Skip Navigation
Expand
Custom Controllers in Customer Portal
Answer ID 2717   |   Last Review Date 10/07/2021

Is there a limit to the number of Custom Controllers that can be created in Customer Portal?

Environment:

Oracle B2C Service Customer Portal

Resolution:

There is no limit to the number of custom controllers in CP.  This provides better code organization: 

-  The https://<sitename>/dav/cp/development/controllers directory will allow any number of files and a single level of subfolders.

-  Custom controller URL’s will be in the format https://<sitename>/cc/controller/method

-  Using subfolders, the format will be https://<sitename>/cc/subfolder/controller/method

-  Provides better flexibility for producing custom AJAX backends and custom web user interfaces.