A B C D E F G H I J K L M N O P R S T U V W X Y

A

add(InterceptorType) - Method in class org.vraptor.interceptor.InterceptorDealer
Adds an interceptor to the top.
add(ValidationMessage) - Method in class org.vraptor.validator.BasicValidationErrors
 
add(ValidationMessage) - Method in interface org.vraptor.validator.ValidationErrors
Adds a new validation error
addCookie(Cookie) - Method in class org.vraptor.test.MockedResponse
 
addDateHeader(String, long) - Method in class org.vraptor.test.MockedResponse
 
addHeader(String, String) - Method in class org.vraptor.test.MockedResponse
 
addInterceptor(InterceptorType) - Method in class org.vraptor.core.InterceptorsLogicFlow
Adds an interceptor to the top.
addIntHeader(String, int) - Method in class org.vraptor.test.MockedResponse
 
ApplicationContext - Interface in org.vraptor.scope
 
ArrayDealer - Class in org.vraptor.reflection
An array implementation.
ArrayDealer() - Constructor for class org.vraptor.reflection.ArrayDealer
 

B

BasicConverters - Class in org.vraptor.converter.basic
Utility for registering all primitive and primitive-wrappers converters for xpathing parameters.
BasicConverters() - Constructor for class org.vraptor.converter.basic.BasicConverters
 
BasicIntrospector - Class in org.vraptor.introspector
The default introspector implementation.
BasicIntrospector() - Constructor for class org.vraptor.introspector.BasicIntrospector
 
BasicUploadedFileInformation - Class in org.vraptor.interceptor
 
BasicUploadedFileInformation(File, String, String) - Constructor for class org.vraptor.interceptor.BasicUploadedFileInformation
 
BasicValidationErrors - Class in org.vraptor.validator
A basic list implementation of validation errors.
BasicValidationErrors() - Constructor for class org.vraptor.validator.BasicValidationErrors
 
BasicValidationErrors(List<ValidationMessage>) - Constructor for class org.vraptor.validator.BasicValidationErrors
 
BeanConstructor - Interface in org.vraptor.component
A basic bean constructor.
BeanProvider - Interface in org.vraptor.introspector
A bean provider for inversion of control (dependency injection).

C

canConvert(Class<?>) - Method in class org.vraptor.converter.basic.StringConverter
 
classNameToInstanceName(String) - Static method in class org.vraptor.reflection.StringUtil
 
Clazz<T> - Class in org.vraptor.component
Wrapper for reflecting on Class with generic functionalities.
Clazz(Class<T>) - Constructor for class org.vraptor.component.Clazz
 
CollectionDealer - Class in org.vraptor.reflection
Collection implementation.
CollectionDealer() - Constructor for class org.vraptor.reflection.CollectionDealer
 
Component - Annotation Type in org.vraptor.annotations
A vraptor's component.
Component - Class in org.vraptor.component
Encapsulates the componentInstantiatedObject type, logic and the instatiated object itself.
Component(ComponentType, LogicMethod) - Constructor for class org.vraptor.component.Component
 
COMPONENT_TERMINATIONS - Static variable in class org.vraptor.webapp.DefaultComponentManager
 
ComponentConfig - Class in org.vraptor.config
Models the xml portion to deal with component classes.
ComponentConfig(String) - Constructor for class org.vraptor.config.ComponentConfig
 
ComponentConstructor - Class in org.vraptor.component
A component constructor.
ComponentContainer - Interface in org.vraptor.component
 
ComponentInstantiationException - Exception in org.vraptor.component
Unable to instantiate a component.
ComponentInstantiationException(String, Throwable) - Constructor for exception org.vraptor.component.ComponentInstantiationException
 
ComponentInstantiationException(String) - Constructor for exception org.vraptor.component.ComponentInstantiationException
 
ComponentLookupInterceptor - Class in org.vraptor.interceptor
Looks up for the component and registers it in the logic context.
ComponentLookupInterceptor(Introspector) - Constructor for class org.vraptor.interceptor.ComponentLookupInterceptor
 
ComponentManager - Interface in org.vraptor.component
Component managers are capable of finding and dealing with business components/logics.
ComponentNotFoundException - Exception in org.vraptor.component
Component not found.
ComponentNotFoundException(String) - Constructor for exception org.vraptor.component.ComponentNotFoundException
 
ComponentNotFoundException(Throwable) - Constructor for exception org.vraptor.component.ComponentNotFoundException
 
ComponentNotFoundException(String, Throwable) - Constructor for exception org.vraptor.component.ComponentNotFoundException
 
ComponentType - Interface in org.vraptor.component
Wrapper for a component type in vraptor.
ComponentTypeWrapper - Class in org.vraptor.component
A component wrapper.
ComponentTypeWrapper(ComponentType) - Constructor for class org.vraptor.component.ComponentTypeWrapper
 
ComponentWrapper - Interface in org.vraptor.plugin
A component wrapper.
ComponentWrapperVisitor - Class in org.vraptor.plugin
A visitor to every component which checks the component wrapper to decide whether they should be wrapped or not.
ComponentWrapperVisitor(ComponentWrapper) - Constructor for class org.vraptor.plugin.ComponentWrapperVisitor
 
ConcatenateInterceptorsLogicFlow - Class in org.vraptor.plugin.interceptor
A flow which concatenates a few interceptors in the middle of the current flow.
ConcatenateInterceptorsLogicFlow(List<InterceptorType>, LogicFlow, Introspector) - Constructor for class org.vraptor.plugin.interceptor.ConcatenateInterceptorsLogicFlow
 
CONFIG_FILE_KEY - Static variable in class org.vraptor.plugin.spring.SpringPlugin
 
ConfigException - Exception in org.vraptor.config
Something bad happenned during configuration
ConfigException() - Constructor for exception org.vraptor.config.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception org.vraptor.config.ConfigException
 
ConfigException(String) - Constructor for exception org.vraptor.config.ConfigException
 
ConfigException(Throwable) - Constructor for exception org.vraptor.config.ConfigException
 
ConfigItem - Interface in org.vraptor.config
A configuration item.
Configuration - Class in org.vraptor.config
Base class for vraptor configuration.
Configuration(ApplicationContext, ComponentManager) - Constructor for class org.vraptor.config.Configuration
 
configure(ServletContext) - Method in class org.vraptor.core.ControllerFactory
VRaptor's controller factory.
confirmResult(String) - Method in interface org.vraptor.LogicRequest
Sets the String that will represent the logic result, like success, invalid, error and so on
confirmResult(String) - Method in class org.vraptor.scope.DefaultLogicRequest
 
containsHeader(String) - Method in class org.vraptor.test.MockedResponse
 
Context - Interface in org.vraptor.scope
A simple context, similar to a map.
CONTEXT_KEY_KEY - Static variable in class org.vraptor.plugin.spring.SpringPlugin
 
ContinueToFlowInterceptor - Class in org.vraptor.plugin.interceptor
An interceptor which redirects the current flow to another one.
ContinueToFlowInterceptor(LogicFlow) - Constructor for class org.vraptor.plugin.interceptor.ContinueToFlowInterceptor
 
Controller - Interface in org.vraptor.core
A basic vraptor controller.
ControllerFactory - Class in org.vraptor.core
VRaptor's controller factory.
ControllerFactory() - Constructor for class org.vraptor.core.ControllerFactory
 
Conversion - Annotation Type in org.vraptor.annotations
Overrides a converter for an specific property.
ConversionException - Exception in org.vraptor.converter
Basic convertion exception.
ConversionException(String, String, Throwable) - Constructor for exception org.vraptor.converter.ConversionException
 
ConversionException(String, String) - Constructor for exception org.vraptor.converter.ConversionException
 
ConversionException(Message) - Constructor for exception org.vraptor.converter.ConversionException
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.EnumConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.LocaleBigDecimalConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.LocaleCalendarDateConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.LocaleConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveBooleanConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveByteConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveCharConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveDoubleConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveFloatConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveIntConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveLongConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.PrimitiveShortConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleBigDecimalConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleBooleanConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleByteConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleCharacterConverter
Converts
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleDoubleConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleFloatConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleIntegerConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleLongConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.SimpleShortConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.basic.StringConverter
 
convert(String, Class<?>, LogicRequest) - Method in interface org.vraptor.converter.Converter
Converts a value to an specific type
convert(String[], String, Class<?>, LogicRequest, Class<? extends Converter>) - Method in interface org.vraptor.converter.ConverterManager
Performs convertion
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.FixedPatternCalendarConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.joda.LocalDateConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.joda.LocalTimeConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.joda.TimeOfDayConverter
Deprecated.  
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.joda.YearMonthDayConverter
Deprecated.  
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.LocaleCalendarTimeConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.LocaleDoubleConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.LocaleFloatConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.LocalePrimitiveDoubleConverter
 
convert(String, Class<?>, LogicRequest) - Method in class org.vraptor.converter.LocalePrimitiveFloatConverter
 
convert(String[], String, Class<?>, LogicRequest, Class<? extends Converter>) - Method in class org.vraptor.converter.SimpleConverterManager
 
Converter - Interface in org.vraptor.converter
Basic converter.
ConverterConfig - Class in org.vraptor.config
Models the xml portion to deal with component classes.
ConverterConfig(Class<T>) - Constructor for class org.vraptor.config.ConverterConfig
 
ConverterManager - Interface in org.vraptor.converter
Manages conversion
create(String, Class<?>, Method) - Method in class org.vraptor.component.DefaultLogicMethodFactory
 
createEngine() - Static method in class org.vraptor.test.TestEngine
Loads vraptor configuration files and setups the engine
createEngine(ServletContext) - Static method in class org.vraptor.test.TestEngine
 
createSession() - Method in class org.vraptor.test.TestEngine
Creates a new test session

D

DefaultApplicationContext - Class in org.vraptor.scope
The basic implementation of the application context.
DefaultApplicationContext(ServletContext) - Constructor for class org.vraptor.scope.DefaultApplicationContext
 
DefaultComponentContainer - Class in org.vraptor.component
 
DefaultComponentContainer(ServletContext) - Constructor for class org.vraptor.component.DefaultComponentContainer
 
DefaultComponentContainer() - Constructor for class org.vraptor.component.DefaultComponentContainer
 
DefaultComponentManager - Class in org.vraptor.webapp
A simple implementation of a component manager.
DefaultComponentManager(LogicMethodFactory) - Constructor for class org.vraptor.webapp.DefaultComponentManager
 
DefaultComponentType - Class in org.vraptor.component
Metadata information about a component class.
DefaultComponentType(Class<T>, String, ScopeType, BeanConstructor, Map<String, ? extends LogicMethod>, List<FieldAnnotation<In>>, List<InterceptorType>, String, List<ReadParameter>) - Constructor for class org.vraptor.component.DefaultComponentType
 
DefaultController - Class in org.vraptor.core
Main vraptor2 controller.
DefaultController(WebApplication) - Constructor for class org.vraptor.core.DefaultController
 
DefaultLogicDefinition - Class in org.vraptor.core
The default logic definition implementation.
DefaultLogicDefinition(Object, ComponentType, LogicMethod) - Constructor for class org.vraptor.core.DefaultLogicDefinition
 
DefaultLogicLocator - Class in org.vraptor.url
The default url manager translates url data.
DefaultLogicLocator(ComponentManager) - Constructor for class org.vraptor.url.DefaultLogicLocator
 
DefaultLogicMethod - Class in org.vraptor.component
Represents a logic method.
DefaultLogicMethod(ValidationErrorsFactory, String, Method, Method, List<MethodParameter>) - Constructor for class org.vraptor.component.DefaultLogicMethod
Constructs it based on the logics name and method
DefaultLogicMethodFactory - Class in org.vraptor.component
Factory for logic methods.
DefaultLogicMethodFactory(ValidationErrorsFactory, ParameterInfoProvider) - Constructor for class org.vraptor.component.DefaultLogicMethodFactory
 
DefaultLogicRequest - Class in org.vraptor.scope
Basic vraptor logic request.
DefaultLogicRequest(RequestInfo, WebRequest) - Constructor for class org.vraptor.scope.DefaultLogicRequest
Deprecated. 
DefaultLogicRequest(RequestInfo, WebRequest, LogicDefinition) - Constructor for class org.vraptor.scope.DefaultLogicRequest
 
DefaultParameterInfoProvider - Class in org.vraptor.component
The default implementation of a parameter info provider.
DefaultParameterInfoProvider() - Constructor for class org.vraptor.component.DefaultParameterInfoProvider
 
DefaultPluginManager - Class in org.vraptor.plugin
The default plugin manager.
DefaultPluginManager() - Constructor for class org.vraptor.plugin.DefaultPluginManager
 
DefaultRequestContext - Class in org.vraptor.scope
A simple request context.
DefaultRequestContext(HttpServletRequest) - Constructor for class org.vraptor.scope.DefaultRequestContext
 
DefaultRequestInfo - Class in org.vraptor.url
Simple implementation of a request info.
DefaultRequestInfo(String, String) - Constructor for class org.vraptor.url.DefaultRequestInfo
 
DefaultValidationErrorsFactory - Class in org.vraptor.validator
 
DefaultValidationErrorsFactory() - Constructor for class org.vraptor.validator.DefaultValidationErrorsFactory
 
DefaultViewLocator - Class in org.vraptor.url
 
DefaultViewLocator() - Constructor for class org.vraptor.url.DefaultViewLocator
 
DefaultWebApplication - Class in org.vraptor.webapp
A simple web application configuration.
DefaultWebApplication(ServletContext) - Constructor for class org.vraptor.webapp.DefaultWebApplication
 
Destroy - Annotation Type in org.vraptor.annotations
Deprecated.  
directForward(LogicRequest, String, String) - Method in class org.vraptor.view.OverridableViewManager
 
directForward(LogicRequest, String, String) - Method in class org.vraptor.view.RegexViewManager
 
directForward(LogicRequest, String, String) - Method in class org.vraptor.view.RemoteViewManager
 
directForward(LogicRequest, String, String) - Method in interface org.vraptor.view.ViewManager
Directly forwards to the selected forward url.
dumpToRequest() - Method in class org.vraptor.scope.FlashContext
 

E

encodeRedirectURL(String) - Method in class org.vraptor.test.MockedResponse
 
encodeRedirectUrl(String) - Method in class org.vraptor.test.MockedResponse
 
encodeURL(String) - Method in class org.vraptor.test.MockedResponse
 
encodeUrl(String) - Method in class org.vraptor.test.MockedResponse
 
EntityManagerInjector - Class in org.vraptor.plugin.jpa
Wraps the standard BeanConstructor injecting an EntityManager at the construction time.
EntityManagerInjector(BeanConstructor, EntityManagerIntrospector) - Constructor for class org.vraptor.plugin.jpa.EntityManagerInjector
 
EnumConverter - Class in org.vraptor.converter.basic
Basic String to Enumeration converter.
EnumConverter() - Constructor for class org.vraptor.converter.basic.EnumConverter
 
equals(Object) - Method in class org.vraptor.interceptor.InterceptorType
 
execute(Object, LogicRequest, Object[]) - Method in class org.vraptor.component.DefaultLogicMethod
 
execute(Object, LogicRequest, Object[]) - Method in interface org.vraptor.component.LogicMethod
Executes the logic by invoking the method
execute(WebRequest) - Method in interface org.vraptor.core.Controller
 
execute(WebRequest) - Method in class org.vraptor.core.DefaultController
 
execute() - Method in class org.vraptor.core.InterceptorsLogicFlow
Executes the next step in the flow, keeping in mind the last interceptor executed, so we can execute the next one.
execute() - Method in class org.vraptor.core.VRaptorExecution
 
execute() - Method in interface org.vraptor.LogicFlow
Executes the next interceptor or logic
execute() - Method in class org.vraptor.plugin.interceptor.ConcatenateInterceptorsLogicFlow
 
execute(Object, LogicRequest, Object[]) - Method in class org.vraptor.plugin.LogicMethodWrapper
 
execute(String, String...) - Method in interface org.vraptor.test.TestSession
Executes a url call based on some url.
ExecuteLogicInterceptor - Class in org.vraptor.interceptor
The last interceptor: calls the logic method.
ExecuteLogicInterceptor() - Constructor for class org.vraptor.interceptor.ExecuteLogicInterceptor
 
ExpressionEvaluationException - Exception in org.vraptor.introspector
 
ExpressionEvaluationException(String) - Constructor for exception org.vraptor.introspector.ExpressionEvaluationException
 
ExpressionEvaluationException(String, Exception) - Constructor for exception org.vraptor.introspector.ExpressionEvaluationException
 
ExpressionEvaluator - Class in org.vraptor.introspector
A simple expression evaluator.
ExpressionEvaluator() - Constructor for class org.vraptor.introspector.ExpressionEvaluator
 

F

FieldAnnotation<T extends Annotation> - Class in org.vraptor.component
Represents a field annotated.
FieldAnnotation(T, Field) - Constructor for class org.vraptor.component.FieldAnnotation
 
FieldOutjecter - Class in org.vraptor.component
 
FieldOutjecter(FieldAnnotation<Out>) - Constructor for class org.vraptor.component.FieldOutjecter
 
FieldParameter - Class in org.vraptor.introspector
A field based in parameter.
FieldParameter(FieldAnnotation<Parameter>) - Constructor for class org.vraptor.introspector.FieldParameter
 
FieldReadParameter - Class in org.vraptor.introspector
A field based read parameter.
FieldReadParameter(FieldAnnotation<Read>) - Constructor for class org.vraptor.introspector.FieldReadParameter
 
find(LogicRequest, String) - Method in class org.vraptor.i18n.JstlWrapper
 
findAnnotation(Annotation[], Class<T>) - Static method in class org.vraptor.reflection.ReflectionUtil
Tries to find an specific annotation inside an array
findAttribute(LogicRequest, String) - Method in interface org.vraptor.introspector.BeanProvider
Search for a key in all scopes
findAttribute(LogicRequest, String) - Method in class org.vraptor.introspector.WebBeanProvider
 
findAttribute(String) - Method in interface org.vraptor.LogicRequest
Looks for an attribute in any scope.
findAttribute(LogicRequest, String) - Method in class org.vraptor.plugin.spring.SpringProvider
 
findAttribute(String) - Method in class org.vraptor.scope.DefaultLogicRequest
 
findFallbackLocale(LogicRequest) - Method in class org.vraptor.i18n.JstlWrapper
 
findGetter(Class, String) - Static method in class org.vraptor.reflection.ReflectionUtil
 
findLocale(LogicRequest) - Method in class org.vraptor.i18n.JstlWrapper
 
findLocalizationContext(LogicRequest) - Method in class org.vraptor.i18n.JstlWrapper
 
findSetter(Object, String) - Static method in class org.vraptor.reflection.ReflectionUtil
Retrieves the setter method in an object for the specified property
findSingleConstructor() - Method in class org.vraptor.component.Clazz
Returns the single constructor - if there is only one.
FixedMessage - Class in org.vraptor.i18n
A fixed validation message.
FixedMessage(String, String) - Constructor for class org.vraptor.i18n.FixedMessage
Deprecated. 
FixedMessage(String, String, String) - Constructor for class org.vraptor.i18n.FixedMessage
Creates a fixed message, which is already localized.
FixedPatternCalendarConverter - Class in org.vraptor.converter
Fixed Locale based calendar converter.
FixedPatternCalendarConverter(String) - Constructor for class org.vraptor.converter.FixedPatternCalendarConverter
Simple constructor with pattern
FlashContext - Class in org.vraptor.scope
A flash context lives through the current and following request only.
FlashContext(HttpServletRequest) - Constructor for class org.vraptor.scope.FlashContext
 
FlashScopeInterceptor - Class in org.vraptor.interceptor
The flash scope interceptor is responsible for managing the flash context within vraptor.
FlashScopeInterceptor() - Constructor for class org.vraptor.interceptor.FlashScopeInterceptor
 
flushBuffer() - Method in class org.vraptor.test.MockedResponse
 
forward(LogicRequest, String) - Method in class org.vraptor.view.OverridableViewManager
 
forward(LogicRequest, String) - Method in class org.vraptor.view.RegexViewManager
 
forward(LogicRequest, String) - Method in class org.vraptor.view.RemoteViewManager
 
forward(LogicRequest, String) - Method in interface org.vraptor.view.ViewManager
Forwards the user based on some specific result
Functions - Class in org.vraptor.view
Simple functions for complex taglibs.
Functions() - Constructor for class org.vraptor.view.Functions
 

G

genericInstantiate(Class<?>) - Static method in class org.vraptor.reflection.ReflectionUtil
Tries to instantiate an array of size 0 or type
get(Object, Field) - Static method in class org.vraptor.reflection.ReflectionUtil
 
getAnnotation() - Method in class org.vraptor.component.FieldAnnotation
 
getApplicationContext() - Method in interface org.vraptor.component.ComponentContainer
 
getApplicationContext() - Method in class org.vraptor.component.DefaultComponentContainer
 
getApplicationContext() - Method in interface org.vraptor.LogicRequest
Returns a wrapper for the application context
getApplicationContext() - Method in class org.vraptor.scope.DefaultLogicRequest
 
getApplicationContext() - Method in class org.vraptor.test.TestEngine
Returns the application context
getApplicationContext() - Method in class org.vraptor.webapp.DefaultWebApplication
 
getApplicationContext() - Method in interface org.vraptor.webapp.WebApplication
Returns the application context.
getAttribute(String) - Method in class org.vraptor.http.VRaptorServletRequest
 
getAttribute(String) - Method in interface org.vraptor.scope.Context
Retrieves an attribute
getAttribute(String) - Method in class org.vraptor.scope.DefaultApplicationContext
 
getAttribute(String) - Method in class org.vraptor.scope.DefaultRequestContext
 
getAttribute(String) - Method in class org.vraptor.scope.FlashContext
 
getAttribute(String) - Method in class org.vraptor.scope.SessionContext
 
getAttribute(String) - Method in class org.vraptor.test.MockedHttpSession
 
getAttribute(String) - Method in class org.vraptor.test.MockedRequest
 
getAttribute(String) - Method in class org.vraptor.test.MockedServletContext
 
getAttributeMap() - Method in class org.vraptor.scope.DefaultRequestContext
 
getAttributeMap() - Method in interface org.vraptor.scope.RequestContext
 
getAttributeNames() - Method in class org.vraptor.test.MockedHttpSession
 
getAttributeNames() - Method in class org.vraptor.test.MockedRequest
 
getAttributeNames() - Method in class org.vraptor.test.MockedServletContext
 
getAuthType() - Method in class org.vraptor.test.MockedRequest
 
getBeanProvider() - Method in class org.vraptor.introspector.BasicIntrospector
 
getBeanProvider() - Method in interface org.vraptor.introspector.Introspector
Returns the current bean provider for this introspector.
getBufferSize() - Method in class org.vraptor.test.MockedResponse
 
getByteArrayOutputStream() - Method in class org.vraptor.test.MockedResponse
 
getCategory() - Method in class org.vraptor.i18n.FixedMessage
 
getCategory() - Method in class org.vraptor.i18n.Message
 
getCategory() - Method in interface org.vraptor.i18n.ValidationMessage
 
getCharacterEncoding() - Method in class org.vraptor.test.MockedRequest
 
getCharacterEncoding() - Method in class org.vraptor.test.MockedResponse
 
getCompleteFileName() - Method in class org.vraptor.interceptor.BasicUploadedFileInformation
 
getCompleteFileName() - Method in interface org.vraptor.interceptor.UploadedFileInformation
The complete file name from this file, as it was uploaded from the client.
getComponent(String, String) - Method in interface org.vraptor.component.ComponentManager
Returns the business component
getComponent() - Method in class org.vraptor.core.DefaultLogicDefinition
 
getComponent() - Method in interface org.vraptor.LogicDefinition
Returns the component where the action will be executed.
getComponent(String, String) - Method in class org.vraptor.webapp.DefaultComponentManager
 
getComponentClass() - Method in interface org.vraptor.component.ComponentType
 
getComponentClass() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getComponentClass() - Method in class org.vraptor.component.DefaultComponentType
 
getComponentManager() - Method in interface org.vraptor.component.ComponentContainer
 
getComponentManager() - Method in class org.vraptor.component.DefaultComponentContainer
 
getComponentManager() - Method in class org.vraptor.webapp.DefaultWebApplication
 
getComponentManager() - Method in interface org.vraptor.webapp.WebApplication
Returns the component manager
getComponentName() - Method in class org.vraptor.url.DefaultRequestInfo
 
getComponentName() - Method in interface org.vraptor.url.RequestInfo
Returns the desired component name.
getComponents() - Method in interface org.vraptor.component.ComponentManager
Returns a list with all component classes.
getComponents() - Method in class org.vraptor.util.StatsQuery
 
getComponents() - Method in class org.vraptor.webapp.DefaultComponentManager
 
getComponentType() - Method in class org.vraptor.component.Component
The componentInstantiatedObject type used to instantiate this componentInstantiatedObject
getComponentType(Class<?>) - Method in interface org.vraptor.component.ComponentManager
 
getComponentType() - Method in class org.vraptor.component.DefaultLogicMethod
 
getComponentType() - Method in interface org.vraptor.component.LogicMethod
 
getComponentType() - Method in class org.vraptor.core.DefaultLogicDefinition
 
getComponentType() - Method in interface org.vraptor.LogicDefinition
 
getComponentType() - Method in class org.vraptor.plugin.LogicMethodWrapper
 
getComponentType(Class<?>) - Method in class org.vraptor.webapp.DefaultComponentManager
 
getConstructor() - Method in interface org.vraptor.component.ComponentType
Returns this components contructor.
getConstructor() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getConstructor() - Method in class org.vraptor.component.DefaultComponentType
 
getContainer() - Method in class org.vraptor.webapp.DefaultWebApplication
 
getContainer() - Method in interface org.vraptor.webapp.WebApplication
 
getContentLength() - Method in class org.vraptor.test.MockedRequest
 
getContentType() - Method in class org.vraptor.interceptor.BasicUploadedFileInformation
 
getContentType() - Method in interface org.vraptor.interceptor.UploadedFileInformation
 
getContentType() - Method in class org.vraptor.test.MockedRequest
 
getContentType() - Method in class org.vraptor.test.MockedResponse
 
getContentType() - Method in enum org.vraptor.view.RemoteView
 
getContext() - Method in class org.vraptor.core.WebRequest
 
getContext(LogicRequest) - Method in enum org.vraptor.scope.ScopeType
Returns the repective context for the given ScopeType
getContext(String) - Method in class org.vraptor.test.MockedServletContext
 
getContextPath() - Method in class org.vraptor.test.MockedRequest
 
getConverterClass() - Method in class org.vraptor.config.ConverterConfig
 
getConverterManager() - Method in class org.vraptor.webapp.DefaultWebApplication
 
getConverterManager() - Method in interface org.vraptor.webapp.WebApplication
Returns the converter manager
getCookies() - Method in class org.vraptor.test.MockedRequest
 
getCreationTime() - Method in class org.vraptor.test.MockedHttpSession
 
getDateHeader(String) - Method in class org.vraptor.test.MockedRequest
 
getDealer(Object) - Static method in class org.vraptor.reflection.SetDealerFactory
 
getDefaultViewManager() - Method in class org.vraptor.webapp.DefaultWebApplication
 
getDefaultViewManager() - Method in interface org.vraptor.webapp.WebApplication
Returns the view manager
getDestroyLogicName() - Method in interface org.vraptor.component.ComponentType
Deprecated. 
getDestroyLogicName() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getDestroyLogicName() - Method in class org.vraptor.component.DefaultComponentType
 
getEntityManager() - Method in class org.vraptor.plugin.jpa.JavaPersistenceInterceptor
 
getField() - Method in class org.vraptor.component.FieldAnnotation
 
getField(Class, String) - Static method in class org.vraptor.reflection.ReflectionUtil
 
getFile() - Method in class org.vraptor.interceptor.BasicUploadedFileInformation
 
getFile() - Method in interface org.vraptor.interceptor.UploadedFileInformation
 
getFileName() - Method in class org.vraptor.interceptor.BasicUploadedFileInformation
 
getFileName() - Method in interface org.vraptor.interceptor.UploadedFileInformation
 
getFlashContext() - Method in interface org.vraptor.LogicRequest
 
getFlashContext() - Method in class org.vraptor.scope.DefaultLogicRequest
 
getGenericType() - Method in class org.vraptor.component.MethodParameter
 
getGenericType() - Method in class org.vraptor.introspector.FieldParameter
 
getGenericType() - Method in class org.vraptor.introspector.FieldReadParameter
 
getGenericType() - Method in interface org.vraptor.introspector.ReadParameter
 
getGetters(Class) - Static method in class org.vraptor.reflection.ReflectionUtil
Returns all getter (and iser) methods from the given class, excluding inherited ones, mapped by its property name.
getHeader(String) - Method in class org.vraptor.test.MockedRequest
 
getHeaderNames() - Method in class org.vraptor.test.MockedRequest
 
getHeaders(String) - Method in class org.vraptor.test.MockedRequest
 
getI18NMessage() - Method in exception org.vraptor.converter.ConversionException
 
getId() - Method in class org.vraptor.test.MockedHttpSession
 
getInAnnotations() - Method in interface org.vraptor.component.ComponentType
 
getInAnnotations() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getInAnnotations() - Method in class org.vraptor.component.DefaultComponentType
 
getInAnnotations() - Method in class org.vraptor.interceptor.InterceptorType
 
getInitParameter(String) - Method in class org.vraptor.test.MockedServletContext
 
getInitParameterNames() - Method in class org.vraptor.test.MockedServletContext
 
getInputStream() - Method in class org.vraptor.test.MockedRequest
 
getInterceptorClass() - Method in class org.vraptor.interceptor.InterceptorType
 
getInterceptors() - Method in interface org.vraptor.component.ComponentType
Returns all interceptors for this component class
getInterceptors() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getInterceptors() - Method in class org.vraptor.component.DefaultComponentType
 
getInterceptors(Class<?>) - Static method in class org.vraptor.interceptor.InterceptorType
Returns a list of interceptors for the specified component class, parsing its InterceptedBy annotations
getInterceptors() - Method in class org.vraptor.InterceptorStack
 
getIntHeader(String) - Method in class org.vraptor.test.MockedRequest
 
getIntrospector() - Method in interface org.vraptor.core.Controller
 
getIntrospector() - Method in class org.vraptor.core.DefaultController
 
getIntrospector() - Method in class org.vraptor.webapp.DefaultWebApplication
 
getIntrospector() - Method in interface org.vraptor.webapp.WebApplication
Returns the application introspector.
getItems() - Method in class org.vraptor.config.VRaptorConfiguration
 
getIterator() - Method in class org.vraptor.validator.BasicValidationErrors
 
getIterator() - Method in interface org.vraptor.validator.ValidationErrors
Retrieves an iterator
getKey() - Method in interface org.vraptor.component.ComponentType
Deprecated. 
getKey() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getKey() - Method in class org.vraptor.component.DefaultComponentType
 
getKey() - Method in class org.vraptor.component.FieldOutjecter
 
getKey() - Method in class org.vraptor.component.GetterOutjecter
 
getKey() - Method in class org.vraptor.component.MethodParameter
 
getKey() - Method in interface org.vraptor.component.Outjecter
 
getKey() - Method in class org.vraptor.i18n.FixedMessage
 
getKey() - Method in class org.vraptor.i18n.Message
Returns the message to be found
getKey() - Method in class org.vraptor.introspector.FieldParameter
The parameter key
getKey() - Method in class org.vraptor.introspector.FieldReadParameter
The parameter key
getKey() - Method in interface org.vraptor.introspector.ReadParameter
The parameter key
getLastAccessedTime() - Method in class org.vraptor.test.MockedHttpSession
 
getLocalAddr() - Method in class org.vraptor.test.MockedRequest
 
getLocale() - Method in class org.vraptor.test.MockedRequest
 
getLocale() - Method in class org.vraptor.test.MockedResponse
 
getLocales() - Method in class org.vraptor.test.MockedRequest
 
getLocalName() - Method in class org.vraptor.test.MockedRequest
 
getLocalPort() - Method in class org.vraptor.test.MockedRequest
 
getLogic(String) - Method in interface org.vraptor.component.ComponentType
Returns a specifig logic from this component
getLogic(String) - Method in class org.vraptor.component.ComponentTypeWrapper
 
getLogic(String) - Method in class org.vraptor.component.DefaultComponentType
 
getLogicDefinition() - Method in interface org.vraptor.LogicRequest
 
getLogicDefinition() - Method in class org.vraptor.scope.DefaultLogicRequest
 
getLogicLocator() - Method in interface org.vraptor.component.ComponentContainer
 
getLogicLocator() - Method in class org.vraptor.component.DefaultComponentContainer
 
getLogicLocator() - Method in class org.vraptor.webapp.DefaultWebApplication
Deprecated.  
getLogicLocator() - Method in interface org.vraptor.webapp.WebApplication
Returns the url manager
getLogicMethod() - Method in class org.vraptor.component.Component
The method that should be invoked in this componentInstantiatedObject
getLogicMethod() - Method in class org.vraptor.core.DefaultLogicDefinition
 
getLogicMethod() - Method in interface org.vraptor.LogicDefinition
 
getLogicName() - Method in class org.vraptor.url.DefaultRequestInfo
 
getLogicName() - Method in interface org.vraptor.url.RequestInfo
Returns the logic name to be executed.
getLogicRequest() - Method in class org.vraptor.core.InterceptorsLogicFlow
 
getLogicRequest() - Method in interface org.vraptor.LogicFlow
Returns the respective LogicRequest for this flow
getLogicRequest() - Method in class org.vraptor.plugin.interceptor.ConcatenateInterceptorsLogicFlow
 
getLogics() - Method in interface org.vraptor.component.ComponentType
Returns all actions.
getLogics() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getLogics() - Method in class org.vraptor.component.DefaultComponentType
 
getMajorVersion() - Method in class org.vraptor.test.MockedServletContext
 
getMaxInactiveInterval() - Method in class org.vraptor.test.MockedHttpSession
 
getMetadata() - Method in class org.vraptor.component.DefaultLogicMethod
 
getMetadata() - Method in interface org.vraptor.component.LogicMethod
 
getMetadata() - Method in class org.vraptor.plugin.LogicMethodWrapper
 
getMethod() - Method in class org.vraptor.test.MockedRequest
 
getMimeType(String) - Method in class org.vraptor.test.MockedServletContext
 
getMinorVersion() - Method in class org.vraptor.test.MockedServletContext
 
getName() - Method in interface org.vraptor.component.ComponentType
Returns the component name
getName() - Method in class org.vraptor.component.ComponentTypeWrapper
 
getName() - Method in class org.vraptor.component.DefaultComponentType
 
getName() - Method in class org.vraptor.component.DefaultLogicMethod
 
getName() - Method in interface org.vraptor.component.LogicMethod
Returns the logic's name
getName() - Method in class org.vraptor.config.Property
 
getName() - Method in class org.vraptor.plugin.LogicMethodWrapper
 
getNamedDispatcher(String) - Method in class org.vraptor.test.MockedServletContext
 
getOutjectedValues(Object, ScopeType) - Method in class org.vraptor.component.ComponentTypeWrapper
 
getOutjectedValues(Object, ScopeType) - Method in class org.vraptor.component.DefaultComponentType
 
getOutjectedValues(Object, ScopeType) - Method in interface org.vraptor.component.Outjectable
Returns all outjected objects from an specific scope
getOutjectedValues(Object, ScopeType) - Method in class org.vraptor.interceptor.InterceptorType
 
getOutput() - Method in class org.vraptor.test.MockedResponse
 
getOutputStream() - Method in class org.vraptor.test.MockedResponse
 
getOverridenConverter() - Method in class org.vraptor.component.MethodParameter
 
getOverridenConverter() - Method in class org.vraptor.introspector.FieldParameter
Returns the overriden converter class attached to this read parameter
getOverridenConverter() - Method in class org.vraptor.introspector.FieldReadParameter
Returns the overriden converter class attached to this read parameter
getOverridenConverter() - Method in interface org.vraptor.introspector.ReadParameter
Returns the overriden converter class attached to this read parameter