Skip navigation links
A C D E G H I M O P R S T U V 

A

AbstractValueConverter - Class in org.tinygroup.urlrestful.valueparser
 
AbstractValueConverter() - Constructor for class org.tinygroup.urlrestful.valueparser.AbstractValueConverter
 
addConvert(ValueConverter) - Method in class org.tinygroup.urlrestful.handler.RestfulStyleSubstitutionHandler
 
addRules(Rules) - Method in class org.tinygroup.urlrestful.impl.UrlRestfulManagerImpl
 
addRules(Rules) - Method in interface org.tinygroup.urlrestful.UrlRestfulManager
增加restful配置信息
afterPropertiesSet() - Method in class org.tinygroup.urlrestful.valueparser.AbstractValueConverter
 

C

checkMatch(FileObject) - Method in class org.tinygroup.urlrestful.fileresolver.UrlRestfulFileProcessor
 
Context - Class in org.tinygroup.urlrestful
restful url映射处理的上下文
Context(Rule, Mapping, Map<String, String>) - Constructor for class org.tinygroup.urlrestful.Context
 
convert(String) - Method in interface org.tinygroup.urlrestful.ValueConverter
根据参数值转换成想要的对象
convert(String) - Method in class org.tinygroup.urlrestful.valueparser.DefaultValueConverter
 
convert(String) - Method in class org.tinygroup.urlrestful.valueparser.SplitValueConvert
 

D

DefaultValueConverter - Class in org.tinygroup.urlrestful.valueparser
默认的值转换器,只有当所有转换器都匹配不到,就使用默认的转换器,直接返回参数值。
DefaultValueConverter() - Constructor for class org.tinygroup.urlrestful.valueparser.DefaultValueConverter
 

E

equals(Object) - Method in class org.tinygroup.urlrestful.config.Rule
 

G

getAccept() - Method in class org.tinygroup.urlrestful.config.Mapping
 
getContext(String, String, String) - Method in class org.tinygroup.urlrestful.impl.UrlRestfulManagerImpl
 
getContext(String, String, String) - Method in interface org.tinygroup.urlrestful.UrlRestfulManager
根据请求路径、请求的方法以及请求头的accept 组装此次请求的上下文对象
getMapping() - Method in class org.tinygroup.urlrestful.Context
 
getMappings() - Method in class org.tinygroup.urlrestful.config.Rule
 
getMappingUrl() - Method in class org.tinygroup.urlrestful.Context
 
getMethod() - Method in class org.tinygroup.urlrestful.config.Mapping
 
getPattern() - Method in class org.tinygroup.urlrestful.config.Rule
 
getRule() - Method in class org.tinygroup.urlrestful.Context
 
getRules() - Method in class org.tinygroup.urlrestful.config.Rules
 
getUrl() - Method in class org.tinygroup.urlrestful.config.Mapping
 
getUrlMappingsByMethod(String) - Method in class org.tinygroup.urlrestful.config.Rule
 
getVariableMap() - Method in class org.tinygroup.urlrestful.Context
 

H

HANDLER_BEAN - Static variable in interface org.tinygroup.urlrestful.ValueConverter
 
hashCode() - Method in class org.tinygroup.urlrestful.config.Rule
 

I

init() - Method in class org.tinygroup.urlrestful.config.Rule
 
isMatch(String) - Method in interface org.tinygroup.urlrestful.ValueConverter
根据参数值来判断是否匹配此值转换器
isMatch(String) - Method in class org.tinygroup.urlrestful.valueparser.DefaultValueConverter
 
isMatch(String) - Method in class org.tinygroup.urlrestful.valueparser.SplitValueConvert
 

M

Mapping - Class in org.tinygroup.urlrestful.config
 
Mapping() - Constructor for class org.tinygroup.urlrestful.config.Mapping
 

O

org.tinygroup.urlrestful - package org.tinygroup.urlrestful
 
org.tinygroup.urlrestful.config - package org.tinygroup.urlrestful.config
 
org.tinygroup.urlrestful.fileresolver - package org.tinygroup.urlrestful.fileresolver
 
org.tinygroup.urlrestful.handler - package org.tinygroup.urlrestful.handler
 
org.tinygroup.urlrestful.impl - package org.tinygroup.urlrestful.impl
 
org.tinygroup.urlrestful.valueparser - package org.tinygroup.urlrestful.valueparser
 

P

postSubstitution(RewriteSubstitutionContext) - Method in class org.tinygroup.urlrestful.handler.RestfulStyleSubstitutionHandler
先获取原来的请求路径与UrlRestful的配置进行匹配,把匹配的值放到上下文中,最后重新设置请求的路径。
process() - Method in class org.tinygroup.urlrestful.fileresolver.UrlRestfulFileProcessor
 

R

removeConvert(ValueConverter) - Method in class org.tinygroup.urlrestful.handler.RestfulStyleSubstitutionHandler
 
removeRules(Rules) - Method in class org.tinygroup.urlrestful.impl.UrlRestfulManagerImpl
 
removeRules(Rules) - Method in interface org.tinygroup.urlrestful.UrlRestfulManager
移除restful配置信息
RestfulStyleSubstitutionHandler - Class in org.tinygroup.urlrestful.handler
restful风格字符串替换处理
RestfulStyleSubstitutionHandler() - Constructor for class org.tinygroup.urlrestful.handler.RestfulStyleSubstitutionHandler
 
Rule - Class in org.tinygroup.urlrestful.config
保存配置信息的对象
Rule(String) - Constructor for class org.tinygroup.urlrestful.config.Rule
 
Rules - Class in org.tinygroup.urlrestful.config
 
Rules() - Constructor for class org.tinygroup.urlrestful.config.Rules
 

S

setAccept(String) - Method in class org.tinygroup.urlrestful.config.Mapping
 
setMapping(Mapping) - Method in class org.tinygroup.urlrestful.Context
 
setMappings(List<Mapping>) - Method in class org.tinygroup.urlrestful.config.Rule
 
setMethod(String) - Method in class org.tinygroup.urlrestful.config.Mapping
 
setRule(Rule) - Method in class org.tinygroup.urlrestful.Context
 
setRules(List<Rule>) - Method in class org.tinygroup.urlrestful.config.Rules
 
setUrl(String) - Method in class org.tinygroup.urlrestful.config.Mapping
 
setUrlRestfulManager(UrlRestfulManager) - Method in class org.tinygroup.urlrestful.fileresolver.UrlRestfulFileProcessor
 
setUrlRestfulManager(UrlRestfulManager) - Method in class org.tinygroup.urlrestful.handler.RestfulStyleSubstitutionHandler
 
setVariableMap(Map<String, String>) - Method in class org.tinygroup.urlrestful.Context
 
SplitValueConvert - Class in org.tinygroup.urlrestful.valueparser
把逗号分隔的参数值转换成字符串数组
SplitValueConvert() - Constructor for class org.tinygroup.urlrestful.valueparser.SplitValueConvert
 

T

TEXT_HTML - Static variable in class org.tinygroup.urlrestful.config.Mapping
 

U

URL_RESTFUL_XSTREAM - Static variable in interface org.tinygroup.urlrestful.UrlRestfulManager
 
UrlRestfulFileProcessor - Class in org.tinygroup.urlrestful.fileresolver
restful配置文件扫描器
UrlRestfulFileProcessor() - Constructor for class org.tinygroup.urlrestful.fileresolver.UrlRestfulFileProcessor
 
UrlRestfulManager - Interface in org.tinygroup.urlrestful
restful管理器
UrlRestfulManagerImpl - Class in org.tinygroup.urlrestful.impl
 
UrlRestfulManagerImpl() - Constructor for class org.tinygroup.urlrestful.impl.UrlRestfulManagerImpl
 

V

ValueConverter - Interface in org.tinygroup.urlrestful
参数值转换器
A C D E G H I M O P R S T U V 
Skip navigation links

Copyright © 2006–2017 TinyGroup. All rights reserved.