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 voidclearSessionCache(javax.servlet.http.HttpSession session)static booleandeleteEndpointAt(String position, javax.servlet.http.HttpSession session)static EndpointgetEditingEndpoint(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session)static ListEndpointgetEditingListEndpoint(javax.servlet.http.HttpSession session)static EndpointgetEndpointAt(ListEndpoint listEndpoint, String position)static StringgetEndpointHTML(Endpoint endpoint, boolean last, String position, javax.servlet.ServletConfig config, Locale locale)static EndpointgetNewEndpoint(String endpointName)static EndpointremoveEndpointAt(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)
-
-