类 DatasourceServletAction

所有已实现的接口:
ServletAction, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class DatasourceServletAction extends RenderPageServletAction
从以下版本开始:
2017年2月6日
作者:
Jacky.gao
  • 构造器详细资料

    • DatasourceServletAction

      public DatasourceServletAction()
  • 方法详细资料

    • execute

      public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • loadBuildinDatasources

      public void loadBuildinDatasources(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • loadMethods

      public void loadMethods(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • buildClass

      public void buildClass(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • buildClassRemote

      public List<String> buildClassRemote(String proxy, String beanId, String clazz)
    • buildDatabaseTables

      public void buildDatabaseTables(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • buildFields

      public void buildFields(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • getPreparedStatementCreator

      protected org.springframework.jdbc.core.PreparedStatementCreator getPreparedStatementCreator(String sql, org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource)
    • previewData

      public void previewData(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • testConnection

      public void testConnection(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      抛出:
      jakarta.servlet.ServletException
      IOException
    • url

      public String url()