欢迎使用普元产品知识库,本知识库包含普元应用开发平台EOSPlatform,流程平台BPS,企业服务总线ESB,微服务平台Microservice,运维管理平台Devops,数据集成平台DI

页面树结构

欢迎使用普元文档库

Skip to end of metadata
Go to start of metadata

序号

文件

说明

1

handler-access.xml

客户端接入的扩展Handler配置文件
<handlers>
        <handler />
</handlers>

2

handler-contribution.xml

构件包启动Listener配置文件
<handlers>
        <handler handle-class="com.primeton.ext.common.logging.startup.ContributionLoggingStartupRuntimeListener"/>
</handlers>

3

handler-engine.xml

引擎图元Handler配置文件
<handles>
        <handle
        name="aName"
        match-pattern="[CHAR]*"
        handle-class="com.primeton.engine.handler.logHandler"
        type="pageflow,businesslogic,node"
        nodeType="start,end,assign,invoke,switch,forEachStart,forEachEnd,whileStart,whileEnd,throw,subprocess,transactionBegin,transactionCommit,transactionRollback,subPageFlow|*"
        nodeID="invokeName*,switch*Name,*forEachStartName,......"/>
        -->
        <handle
        name="accessedResourceHandler"
        match-pattern="*"
        handle-class="com.primeton.access.authorization.impl.AccessedBizHandler"
        type="businesslogic"
        nodeType=""
        nodeID=""/>
</handles>

5

handler-entity.xml

DAS的handler配置文件
<handlers>
        <handler
                >
                 <match matchName="Address"/>
        </handler>
</handlers>

5

handler-namedsql.xml

命名sql的hanler配置文件
<handlers>
        <handler
                >
                 <match matchName="selectSchoolByKey"></match>
                 <match matchName="insertSchool"></match>
                 <match matchName="updateSchool"></match>
                 <match matchName="delete.deleteSchool"></match>
        </handler>
</handlers>

6

handler-processor.xml

Web请求处理器配置文件
<handlers>
<handler suffix=".thread.terminate" sortIdx="0"
                 />
</handlers>

7

handler-startup.xml

应用启动Listener配置文件
<handlers>
<handler handle-class="com.primeton.sca.host.impl.SCAStartUpListener"/>
</handlers>

8

handler-web.xml

Web请求拦截器配置文件
<handlers>
<handler sortIdx="101" pattern="/*" />
</handlers>

9

log4j-3rd.xml

Log4j日志的第三方jar包控制配置文件

10

log4j-engine.xml

引擎日志配置文件

11

log4j-sys.xml

系统日志配置文件

12

log4j-trace.xml

跟踪日志配置文件

13

log4j-deploy.xml

部署日志配置文件

14

sys-config.xml

系统配置文件

15

user-config.xml

用户配置文件

16

user-local-config.xml

用户本地配置文件

17

uddi-config.xml

服务注册配置文件

18

domain.xml

域拓扑图信息配置文件

19

primetonlicense.xml

许可证文件

20

startup.conf

基本参数信息配置文件,比如本地IP、管理端口号、端口号