Class CODIClientSideWindow

java.lang.Object
jakarta.faces.lifecycle.ClientWindow
org.apache.myfaces.lifecycle.clientwindow.CODIClientSideWindow

public class CODIClientSideWindow extends ClientWindow
Author:
lu4242
  • Constructor Details

  • Method Details

    • decode

      public void decode(FacesContext facesContext)
      Specified by:
      decode in class ClientWindow
    • calculateWindowIdFromPost

      public String calculateWindowIdFromPost(FacesContext context)
    • addParameters

      public static String addParameters(ExternalContext externalContext, String url, boolean addRequestParameter, boolean addPageParameter, boolean encodeValues)
      Adds the current request-parameters to the given url
      Parameters:
      externalContext - current external-context
      url - current url
      addRequestParameter - flag which indicates if the request params should be added or not
      addPageParameter - flag which indicates if the view params should be added or not. See ViewParameter
      encodeValues - flag which indicates if parameter values should be encoded or not
      Returns:
      url with request-parameters
    • createWindowId

      protected String createWindowId(FacesContext context)
    • getId

      public String getId()
      Specified by:
      getId in class ClientWindow
    • setId

      public void setId(String id)
    • getQueryURLParameters

      public Map<String,String> getQueryURLParameters(FacesContext context)
      Specified by:
      getQueryURLParameters in class ClientWindow