跳过导航链接
A C E F G H I M O P R S X 

A

add(String, StaticRepository) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMappings
添加映射关系
add(String, String) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMimes
添加 Mime 记录
addDo(String, StaticRepository, boolean) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMappings
 

C

ClassPathStaticRepository - org.noear.solon.web.staticfiles.repository中的类
类路径型静态仓库(支持位置例:static 或 /static 或 /static/)
ClassPathStaticRepository(String) - 类 的构造器org.noear.solon.web.staticfiles.repository.ClassPathStaticRepository
构建函数
ClassPathStaticRepository(ClassLoader, String) - 类 的构造器org.noear.solon.web.staticfiles.repository.ClassPathStaticRepository
 
count() - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMappings
映射数量

E

ExtendStaticRepository - org.noear.solon.web.staticfiles.repository中的类
扩展目录型静态仓库
ExtendStaticRepository() - 类 的构造器org.noear.solon.web.staticfiles.repository.ExtendStaticRepository
 

F

FileStaticRepository - org.noear.solon.web.staticfiles.repository中的类
文件型静态仓库(支持位置例:/user/ 或 file:///user/)
FileStaticRepository(String) - 类 的构造器org.noear.solon.web.staticfiles.repository.FileStaticRepository
构建函数
find(String) - 类 中的方法org.noear.solon.web.staticfiles.repository.ClassPathStaticRepository
 
find(String) - 类 中的方法org.noear.solon.web.staticfiles.repository.ExtendStaticRepository
 
find(String) - 类 中的方法org.noear.solon.web.staticfiles.repository.FileStaticRepository
 
find(String) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMappings
查询静态资源
find(String) - 接口 中的方法org.noear.solon.web.staticfiles.StaticRepository
查找
findByExt(String) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMimes
查找 Mime 记录(找到对应的内容类型)
findByFileName(String) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMimes
查找 Mime 记录(找到对应的内容类型)

G

getCacheMaxAge() - 类 中的静态方法org.noear.solon.web.staticfiles.StaticConfig
获取客户端缓存秒数
getMap() - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMimes
获取所有 Mime 记录表
getPath() - 类 中的方法org.noear.solon.web.staticfiles.model.MappingItem
 
getRepository() - 类 中的方法org.noear.solon.web.staticfiles.model.MappingItem
 

H

handle(Context) - 类 中的方法org.noear.solon.web.staticfiles.StaticResourceHandler
 

I

isEnable() - 类 中的静态方法org.noear.solon.web.staticfiles.StaticConfig
是否启用

M

MappingItem - org.noear.solon.web.staticfiles.model中的类
 
MappingItem() - 类 的构造器org.noear.solon.web.staticfiles.model.MappingItem
 

O

org.noear.solon.web.staticfiles - 程序包 org.noear.solon.web.staticfiles
 
org.noear.solon.web.staticfiles.integration - 程序包 org.noear.solon.web.staticfiles.integration
 
org.noear.solon.web.staticfiles.model - 程序包 org.noear.solon.web.staticfiles.model
 
org.noear.solon.web.staticfiles.repository - 程序包 org.noear.solon.web.staticfiles.repository
 

P

pathPrefix - 类 中的变量org.noear.solon.web.staticfiles.StaticLocation
路径前缀
pathPrefixAsFile - 类 中的变量org.noear.solon.web.staticfiles.StaticLocation
路径前缀是文件
preheat(String, boolean) - 接口 中的方法org.noear.solon.web.staticfiles.StaticRepository
预热
PROP_CACHE_MAX_AGE - 类 中的静态变量org.noear.solon.web.staticfiles.StaticConfig
 
PROP_ENABLE - 类 中的静态变量org.noear.solon.web.staticfiles.StaticConfig
 
PROP_MAPPINGS - 类 中的静态变量org.noear.solon.web.staticfiles.StaticConfig
 

R

remove(StaticRepository) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMappings
移除仓库
repository - 类 中的变量org.noear.solon.web.staticfiles.StaticLocation
资源仓库
repositoryIncPrefix - 类 中的变量org.noear.solon.web.staticfiles.StaticLocation
资源仓库是否包括路径前缀(默认为:true)
RES_STATIC_LOCATION - 类 中的静态变量org.noear.solon.web.staticfiles.StaticConfig
 
RES_WEB_INF_STATIC_LOCATION - 类 中的静态变量org.noear.solon.web.staticfiles.StaticConfig
 
resolveExt(String) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMimes
分析扩展名

S

setCacheMaxAge(int) - 类 中的静态方法org.noear.solon.web.staticfiles.StaticConfig
设置客户端缓存秒数
setLocation(String) - 类 中的方法org.noear.solon.web.staticfiles.repository.ClassPathStaticRepository
 
setLocation(String) - 类 中的方法org.noear.solon.web.staticfiles.repository.FileStaticRepository
设置位置
setPath(String) - 类 中的方法org.noear.solon.web.staticfiles.model.MappingItem
 
setRepository(String) - 类 中的方法org.noear.solon.web.staticfiles.model.MappingItem
 
start(AppContext) - 类 中的方法org.noear.solon.web.staticfiles.integration.XPluginImp
 
StaticConfig - org.noear.solon.web.staticfiles中的类
 
StaticConfig() - 类 的构造器org.noear.solon.web.staticfiles.StaticConfig
 
StaticLocation - org.noear.solon.web.staticfiles中的类
静态文件位置
StaticLocation(String, StaticRepository, boolean) - 类 的构造器org.noear.solon.web.staticfiles.StaticLocation
 
StaticMappings - org.noear.solon.web.staticfiles中的类
静态文件映射
StaticMappings() - 类 的构造器org.noear.solon.web.staticfiles.StaticMappings
 
StaticMimes - org.noear.solon.web.staticfiles中的类
静态文件类型配置
StaticMimes() - 类 的构造器org.noear.solon.web.staticfiles.StaticMimes
 
StaticRepository - org.noear.solon.web.staticfiles中的接口
静态仓库
StaticResourceHandler - org.noear.solon.web.staticfiles中的类
静态文件资源处理
StaticResourceHandler() - 类 的构造器org.noear.solon.web.staticfiles.StaticResourceHandler
 

X

XPluginImp - org.noear.solon.web.staticfiles.integration中的类
 
XPluginImp() - 类 的构造器org.noear.solon.web.staticfiles.integration.XPluginImp
 
A C E F G H I M O P R S X 
跳过导航链接

Copyright © 2024. All rights reserved.