跳过导航链接
C D E F G N P S U V 

C

com.skypyb.poet.spring.boot - 程序包 com.skypyb.poet.spring.boot
 
com.skypyb.poet.spring.boot.interceptor - 程序包 com.skypyb.poet.spring.boot.interceptor
 
com.skypyb.poet.spring.boot.store - 程序包 com.skypyb.poet.spring.boot.store
 

D

delete(String) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
deleteByName(String) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 
doInterception(PoetHandlerInterceptor.Mode, String, String) - 接口 中的方法com.skypyb.poet.spring.boot.interceptor.PoetHandlerInterceptorChain
 
down(String, HttpServletResponse) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
down(String, String, HttpServletResponse) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 

E

exist(String) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 

F

findByName(String) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 
findByNames(Collection<String>) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 
findByRoadSign(String, Long, String) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 
findExpireAnnex() - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 

G

getBytes(String) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 

N

neverExpire(Collection<String>) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 

P

PoetAnnexContext - com.skypyb.poet.spring.boot中的接口
附件操作的上下文 和 PoetAnnexClientPoetAnnexClientHttpSupport 的方法入参语义不相同 Client的语义为传入 key --> PoetAnnex.getKey() Context的语义为: 传入附件的名字 name --> PoetAnnex.getName() ()} (名字应是全局唯一的) 实际操作流程会根据 PoetAnnexRepository 来获取附件具体的路径
PoetAnnexRepository - com.skypyb.poet.spring.boot.store中的接口
附件持久化操作 SQL、NoSQL 等...
PoetHandlerInterceptor - com.skypyb.poet.spring.boot.interceptor中的接口
拦截器, 在PoetAnnexContext 的所有方法执行之前调用。
PoetHandlerInterceptor.Mode - com.skypyb.poet.spring.boot.interceptor中的枚举
 
PoetHandlerInterceptorChain - com.skypyb.poet.spring.boot.interceptor中的接口
拦截链
PoetInterceptorChainAware - com.skypyb.poet.spring.boot.interceptor中的接口
实现此接口即可在 Spring Bean 创建完毕后将拦截器链条注入 可在需要对附件的操作进行控制时使用
preHandle(PoetHandlerInterceptor.Mode, String, String) - 接口 中的方法com.skypyb.poet.spring.boot.interceptor.PoetHandlerInterceptor
在调用时会传入当前上下文试图做的操作, 和其操作对应的目标附件名字、模块

S

save(InputStream, String) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(InputStream, String, String) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(byte[], String) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(byte[], String, String) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(InputStream, String, StoreRoadSign) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(InputStream, String, String, StoreRoadSign) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(byte[], String, StoreRoadSign) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(byte[], String, String, StoreRoadSign) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
save(PoetAnnex) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 
save(PoetAnnex, StoreRoadSign) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 
setExpire(Collection<String>, LocalDateTime) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 
setInterceptorChain(PoetHandlerInterceptorChain) - 接口 中的方法com.skypyb.poet.spring.boot.interceptor.PoetInterceptorChainAware
设置拦截器链, 将附件操作的拦截链条进行注入 可针对话定制访问控制

U

updateInstanceId(Collection<String>, Long) - 接口 中的方法com.skypyb.poet.spring.boot.store.PoetAnnexRepository
 

V

valueOf(String) - 枚举 中的静态方法com.skypyb.poet.spring.boot.interceptor.PoetHandlerInterceptor.Mode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.skypyb.poet.spring.boot.interceptor.PoetHandlerInterceptor.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
view(String, HttpServletResponse) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
viewMedia(String, HttpServletResponse) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
viewMedia(String, HttpServletRequest, HttpServletResponse) - 接口 中的方法com.skypyb.poet.spring.boot.PoetAnnexContext
 
C D E F G N P S U V 
跳过导航链接

Copyright © 2022. All rights reserved.