Class ViewHandlerImpl

All Implemented Interfaces:
FacesWrapper<ViewHandler>

public class ViewHandlerImpl extends ViewHandlerWrapper
Custom ViewHandler implementation that adds features specific to the Struts-Faces Integration Library. It leverages the "decorator pattern" customization strategy that JSF supports, by delegating most processing to the ViewHandler instance handed to our constructor.
  • Constructor Details

    • ViewHandlerImpl

      public ViewHandlerImpl(ViewHandler oldViewHandler)
      Construct a ViewHandlerImpl decorating the specified ViewHandler instance.
      Parameters:
      oldViewHandler - ViewHandler to be decorated
  • Method Details