<%@page import="com.blueland.bpm.engine.core.model.ProcessDefinitionModel"%> <%@page import="com.blueland.bpm.engine.config.model.ProcessInfoConfig"%> <%@page import="com.blueland.bpm.common.page.*"%> <%@page import="com.blueland.bpm.common.util.*"%> <%@page import="java.util.*"%> <%@ page contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib tagdir="/WEB-INF/tags/simpletable" prefix="simpletable"%> <%@ include file="/commons/taglibs.jsp"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ include file="/commons/meta.jsp"%> 应用列表 <%@ include file="/commons/messages.jsp"%>
应用列表
应用ID 应用名称 开发商 应用状态 待办URL
${item.appId}  ${item.appName}  ${item.appProvider}  ${item.statusVal }  ${item.appAccessUrl}