Class ListEndpointDesignerHelper

java.lang.Object
org.wso2.carbon.endpoint.ui.util.ListEndpointDesignerHelper

public class ListEndpointDesignerHelper extends Object
  • Constructor Details

    • ListEndpointDesignerHelper

      public ListEndpointDesignerHelper()
  • Method Details

    • getEditingEndpoint

      public static Endpoint getEditingEndpoint(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session)
    • getEndpointAt

      public static Endpoint getEndpointAt(ListEndpoint listEndpoint, String position)
    • getEditingListEndpoint

      public static ListEndpoint getEditingListEndpoint(javax.servlet.http.HttpSession session)
    • getEndpointHTML

      public static String getEndpointHTML(Endpoint endpoint, boolean last, String position, javax.servlet.ServletConfig config, Locale locale)
    • getNewEndpoint

      public static Endpoint getNewEndpoint(String endpointName) throws RemoteException
      Throws:
      RemoteException
    • removeEndpointAt

      public static Endpoint removeEndpointAt(ListEndpoint listEndpoint, String position)
    • deleteEndpointAt

      public static boolean deleteEndpointAt(String position, javax.servlet.http.HttpSession session)
    • clearSessionCache

      public static void clearSessionCache(javax.servlet.http.HttpSession session)