public class PluginStoreService
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
void |
clearLoginInfo() |
static PluginStoreService |
getInstance() |
java.util.Map |
getLoginURL() |
Response |
getProjectInfo() |
java.lang.String |
getStoreURL() |
java.lang.String |
initPluginStore(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
Response |
loginPluginStore(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
PluginStoreLoginInfoBean storeLoginInfo) |
Response |
updatePluginStore(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
public static PluginStoreService getInstance()
public java.lang.String initPluginStore(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
java.lang.Exception
public Response updatePluginStore(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
java.lang.Exception
public Response getProjectInfo() throws java.lang.Exception
java.lang.Exception
public Response loginPluginStore(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, PluginStoreLoginInfoBean storeLoginInfo) throws java.lang.Exception
java.lang.Exception
public void clearLoginInfo()
public java.lang.String getStoreURL()
public java.util.Map getLoginURL()