A  C  D  E  F  G  L  M  N  P  S  T  U  V 

P

poetAccessRouter(PoetAnnexSlicer) - function in com.skypyb.poet.spring.boot.autoconfigure.PoetAutoConfiguration
 
poetAnnexClient(PoetAccessRouter) - function in com.skypyb.poet.spring.boot.autoconfigure.PoetAutoConfiguration
 
poetAnnexClientHttpSupport(PoetAnnexClient,PoetAccessRouter) - function in com.skypyb.poet.spring.boot.autoconfigure.PoetAutoConfiguration
 
PoetAnnexContext - class in com.skypyb.poet.spring.boot
附件操作的上下文 和 PoetAnnexClientPoetAnnexClientHttpSupport 的方法入参语义不相同 Client的语义为传入 key -->getKey Context的语义为: 传入附件的名字 name -->getName ()} (名字应是全局唯一的) 实际操作流程会根据 PoetAnnexRepository 来获取附件具体的路径
poetAnnexContext(PoetAnnexClient,PoetAnnexClientHttpSupport,PoetAnnexRepository,PoetAnnexNameGenerator) - function in com.skypyb.poet.spring.boot.autoconfigure.PoetAutoConfiguration
 
PoetAnnexRepository - class in com.skypyb.poet.spring.boot.store
附件持久化操作 SQL、NoSQL 等...
poetAnnexRepository(JdbcTemplate) - function in com.skypyb.poet.spring.boot.autoconfigure.PoetAutoConfiguration
默认使用MySQL数据库 使用其他数据库的需要自行配置
PoetAutoConfiguration - class in com.skypyb.poet.spring.boot.autoconfigure
 
PoetAutoConfiguration.Companion - class in com.skypyb.poet.spring.boot.autoconfigure.PoetAutoConfiguration
 
PoetHandlerInterceptor - class in com.skypyb.poet.spring.boot.interceptor
拦截器, 在PoetAnnexContext 的所有方法执行之前调用。 方便做鉴权、限流等 可自己定义运行时异常抛出, 用以终止整个流程
PoetHandlerInterceptor.Mode - class in com.skypyb.poet.spring.boot.interceptor.PoetHandlerInterceptor
 
PoetHandlerInterceptorChain - class in com.skypyb.poet.spring.boot.interceptor
拦截链
PoetHandlerInterceptorChainConfiguration - class in com.skypyb.poet.spring.boot.autoconfigure
 
PoetInterceptorChainAware - class in com.skypyb.poet.spring.boot.interceptor
实现此接口即可在 Spring Bean 创建完毕后将拦截器链条注入 可在需要对附件的操作进行控制时使用
PoetProperties - class in com.skypyb.poet.spring.boot.autoconfigure
 
PoetResource - class in com.skypyb.poet.spring.boot.web
附件的下载、预览、上传等相关操作的资源层 /bs开头的路径为附件相关的业务操作 (增删改查)
PostgresPoetAnnexRepository - class in com.skypyb.poet.spring.boot.store
 
postProcessAfterInitialization(Object,String) - function in com.skypyb.poet.spring.boot.autoconfigure.PoetHandlerInterceptorChainConfiguration
 
postProcessBeforeInitialization(Object,String) - function in com.skypyb.poet.spring.boot.autoconfigure.PoetHandlerInterceptorChainConfiguration
 
preHandle(PoetHandlerInterceptor.Mode,String,String) - function in com.skypyb.poet.spring.boot.interceptor.PoetHandlerInterceptor
在调用时会传入当前上下文试图做的操作, 和其操作对应的目标附件名字、模块
A  C  D  E  F  G  L  M  N  P  S  T  U  V