Uploaded image for project: 'PUBLIC - Liferay Faces'
  1. PUBLIC - Liferay Faces
  2. FACES-2628

Rename BridgePortalContextImpl to PortalContextBridgeImpl and implement PortalContext instead of BridgePortalContext

Details

    Description

      This task involves renaming BridgePortalContextImpl to PortalContextBridgeImpl.

      In addition, it should implement PortalContext instead of BridgePortalContext.

      Finally, since the sole purpose of the BridgePortalContext interface will be to provide constants, it should become a final class with a private constructor in order to prevent instantiation. For example:

      public final class BridgePortalContext {
      
      	// Prevent instantiation since the sole purpose of this class is to provide constants.
      	private BridgePortalContext() {
      		throw new AssertionError();
      	}
      	...
      }
      

      Attachments

        Activity

          People

            kyle.stiemann Kyle Stiemann (Inactive)
            neil.griffin Neil Griffin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Packages

                Version Package
                bridge-impl-2.0.0
                bridge-impl-3.0.0
                bridge-api-2.0.0
                bridge-api-3.0.0
                bridge-api-4.0.0
                bridge-impl-4.0.0
                bridge-impl-5.0.0