Skip navigation links
rewrite-config-annotations 3.4.3.Final
A C D F H J M O P R V 

A

AnnotationJoinResourcePathResolver - Class in org.ocpsoft.rewrite.annotation.resolver
Implementation of ResourcePathResolver that looks for Join annotations on the target class.
AnnotationJoinResourcePathResolver() - Constructor for class org.ocpsoft.rewrite.annotation.resolver.AnnotationJoinResourcePathResolver
 

C

Convert - Annotation Type in org.ocpsoft.rewrite.annotation
Tells Rewrite to use a converter to convert the value of a specific parameter binding.
ConvertHandler - Class in org.ocpsoft.rewrite.annotation.handler
Handler for Convert.
ConvertHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.ConvertHandler
 

D

Domain - Annotation Type in org.ocpsoft.rewrite.annotation
Adds a Domain condition to the current rule.
DomainHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
DomainHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.DomainHandler
 

F

ForwardTo - Annotation Type in org.ocpsoft.rewrite.annotation
Adds a Forward operation to the current rule.
ForwardToHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
ForwardToHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.ForwardToHandler
 

H

handles() - Method in class org.ocpsoft.rewrite.annotation.handler.ConvertHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.DomainHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.ForwardToHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.JoinHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.MatchesHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.ParameterHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.PathPatternHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.PriorityHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.RequestActionHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.RewriteConfigurationHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.RolesRequiredHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.RuleHandler
 
handles() - Method in class org.ocpsoft.rewrite.annotation.handler.ValidateHandler
 

J

Join - Annotation Type in org.ocpsoft.rewrite.annotation
Rule that creates a bi-directional rewrite rule between an externally facing path and an internal server resource path.
JoinHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
JoinHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.JoinHandler
 

M

Matches - Annotation Type in org.ocpsoft.rewrite.annotation
Configure the regular expression Pattern to which an Parameter must match.
MatchesHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
MatchesHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.MatchesHandler
 

O

org.ocpsoft.rewrite.annotation - package org.ocpsoft.rewrite.annotation
 
org.ocpsoft.rewrite.annotation.handler - package org.ocpsoft.rewrite.annotation.handler
 
org.ocpsoft.rewrite.annotation.resolver - package org.ocpsoft.rewrite.annotation.resolver
 

P

Parameter - Annotation Type in org.ocpsoft.rewrite.annotation
Registers a Binding for a parameter.
ParameterHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
ParameterHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.ParameterHandler
 
PathPattern - Annotation Type in org.ocpsoft.rewrite.annotation
Sets the Path to which the current Rule will match.
PathPatternHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
PathPatternHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.PathPatternHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.ConvertHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.DomainHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.ForwardToHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.JoinHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.MatchesHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.ParameterHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.PathPatternHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.PriorityHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.RequestActionHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.RewriteConfigurationHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.RolesRequiredHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.RuleHandler
 
priority() - Method in class org.ocpsoft.rewrite.annotation.handler.ValidateHandler
 
Priority - Annotation Type in org.ocpsoft.rewrite.annotation
Sets the priority of the current rule.
priority() - Method in class org.ocpsoft.rewrite.annotation.resolver.AnnotationJoinResourcePathResolver
 
PriorityHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
PriorityHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.PriorityHandler
 
process(FieldContext, Convert, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.ConvertHandler
 
process(ClassContext, Domain, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.DomainHandler
 
process(ClassContext, ForwardTo, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.ForwardToHandler
 
process(ClassContext, Join, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.JoinHandler
 
process(FieldContext, Matches, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.MatchesHandler
 
process(FieldContext, Parameter, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.ParameterHandler
 
process(ClassContext, PathPattern, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.PathPatternHandler
 
process(ClassContext, Priority, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.PriorityHandler
 
process(MethodContext, RequestAction, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.RequestActionHandler
 
process(ClassContext, RewriteConfiguration, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.RewriteConfigurationHandler
 
process(ClassContext, RolesRequired, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.RolesRequiredHandler
 
process(ClassContext, Rule, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.RuleHandler
 
process(FieldContext, Validate, HandlerChain) - Method in class org.ocpsoft.rewrite.annotation.handler.ValidateHandler
 

R

RequestAction - Annotation Type in org.ocpsoft.rewrite.annotation
Adds an Invoke to the current rule.
RequestActionHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
RequestActionHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.RequestActionHandler
 
resolveFrom(Class<?>) - Method in class org.ocpsoft.rewrite.annotation.resolver.AnnotationJoinResourcePathResolver
 
RewriteConfiguration - Annotation Type in org.ocpsoft.rewrite.annotation
Specifies that the annotated class is a ConfigurationProvider that should be used in the current application.
RewriteConfigurationHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
RewriteConfigurationHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.RewriteConfigurationHandler
 
RolesRequired - Annotation Type in org.ocpsoft.rewrite.annotation
Adds a JAASRoles condition to the current rule.
RolesRequiredHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
RolesRequiredHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.RolesRequiredHandler
 
Rule - Annotation Type in org.ocpsoft.rewrite.annotation
Sets the ID of the current Rule.
RuleHandler - Class in org.ocpsoft.rewrite.annotation.handler
 
RuleHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.RuleHandler
 

V

Validate - Annotation Type in org.ocpsoft.rewrite.annotation
Specifies a Validator with which to validate the corresponding Parameter.
ValidateHandler - Class in org.ocpsoft.rewrite.annotation.handler
Handler for Validate.
ValidateHandler() - Constructor for class org.ocpsoft.rewrite.annotation.handler.ValidateHandler
 
A C D F H J M O P R V 
Skip navigation links
rewrite-config-annotations 3.4.3.Final

Copyright © 2019 OCPsoft. All rights reserved.