Package org.wso2.carbon.endpoint.ui.util
Class ListEndpointDesignerHelper
- java.lang.Object
-
- org.wso2.carbon.endpoint.ui.util.ListEndpointDesignerHelper
-
public class ListEndpointDesignerHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ListEndpointDesignerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearSessionCache(javax.servlet.http.HttpSession session)
static boolean
deleteEndpointAt(String position, javax.servlet.http.HttpSession session)
static Endpoint
getEditingEndpoint(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session)
static ListEndpoint
getEditingListEndpoint(javax.servlet.http.HttpSession session)
static Endpoint
getEndpointAt(ListEndpoint listEndpoint, String position)
static String
getEndpointHTML(Endpoint endpoint, boolean last, String position, javax.servlet.ServletConfig config, Locale locale)
static Endpoint
getNewEndpoint(String endpointName)
static Endpoint
removeEndpointAt(ListEndpoint listEndpoint, String position)
-
-
-
Method Detail
-
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)
-
-