Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Ninja - 204 results found.
NameDescriptionTypePackageFramework
AbstractContextAbstract Context.Classninja.utilsNinja
AbstractStandaloneAbstract Standalone that implements most functionality required to write a concrete Standalone.Classninja.standaloneNinja
ApplicationRoutesInterfaceninja.applicationNinja
ArgumentClassHolderThis is used to hold the argument class, so that it can be injected into extractors/validators so they can know what type they are extracting.Classninja.paramsNinja
ArgumentExtractorExtracts a controller argument from the contextExtract the argument from the contextInterfaceninja.paramsNinja
ArgumentExtractorsClassninja.paramsNinja
AssetsControllerThis controller serves public resources under /assets.ClassninjaNinja
AssetsControllerHelperClassninjaNinja
AsyncResultClassninjaNinja
AttributeInjects an attribute value into a controller method invocation.Classninja.paramsNinja
AuthenticityFilterClassninjaNinja
BadRequestExceptionA convenience unchecked exception.Classninja.exceptionsNinja
BasicAuthFilterA Ninja filter that implements HTTP BASIC Authentication.ClassninjaNinja
BodyParserEngineThe content type this BodyParserEngine can handle MUST BE THREAD SAFE TO CALL!Interfaceninja.bodyparserNinja
BodyParserEngineJsonBuilt in Json body parser.Classninja.bodyparserNinja
BodyParserEngineManagerFind the body parser engine for the given content typejava.Interfaceninja.bodyparserNinja
BodyParserEngineManagerImplClassninja.bodyparserNinja
BodyParserEnginePostClassninja.bodyparserNinja
BodyParserEngineXmlBuilt in Xml body parser.Classninja.bodyparserNinja
BootstrapBootstrap for a Ninja application.ClassninjaNinja
CacheInterface hiding cache implementation.Interfaceninja.cacheNinja
CacheEhCacheImplEhCache implementation.Classninja.cacheNinja
CacheMemcachedImplMemcached implementation (using http://code.Classninja.cacheNinja
CacheProviderA provider that determines which implementation to load as Cache based on the value of key CacheConstant#CACHE_IMPLEMENTATION inClassninja.cacheNinja
ClockInterfaceninja.utilsNinja
ClockImplClassninja.utilsNinja
CommonsmailHelperCreates a MultiPartEmail.Interfaceninja.postoffice.commonsmailNinja
CommonsmailHelperImplClassninja.postoffice.commonsmailNinja
ConfigurationThe basic configuration of the main ninja framework.ClassninjaNinja
ConstraintViolationClassninja.validationNinja
ContentTypesInterfaceninjaNinja
ContextInterfaceninjaNinja
ControllerMethodInvokerInvokes methods on the controller, extracting arguments out com.Classninja.paramsNinja
CookieClassninjaNinja
CookieDataCodecCookieDataCodec and CookieDataCodecTest are imported from Play Framework.Classninja.utilsNinja
CookieEncryptionThis class encrypts/decrypts session cookie data.Classninja.utilsNinja
CryptoClassninja.utilsNinja
DateUtilClassninja.utilsNinja
DiagnosticErrorRepresents an application error/exception that includes extra information in order to diagnose it.Classninja.diagnosticsNinja
DiagnosticErrorBuilderUtility class for building DiagnosticError instances.Classninja.diagnosticsNinja
DiagnosticErrorRendererUtility class for rendering DiagnosticError instances as a Result.Classninja.diagnosticsNinja
DiskFileItemProviderFileItemProvider that save uploaded files on disk, in a temporary folder.Classninja.uploadsNinja
DisposeAnnotation indicating this method should be called on application shut down.Classninja.lifecycleNinja
FailedDisposeExceptionException thrown when an error occurs when disposing of a beanAuthor:James RoperSee Also:Serialized FormClassninja.lifecycleNinja
FailedStartExceptionException thrown when an error occurs while starting a beanAuthor:James RoperSee Also:Serialized FormClassninja.lifecycleNinja
FieldViolationClassninja.validationNinja
FileItemThis interface represents a file or form item that was received within a multipart/form-data POST request.Interfaceninja.uploadsNinja
FileItemProviderThis interface represents a file item provider, to create FileItem for each uploaded file.Interfaceninja.uploadsNinja
FileProviderIndicates that this annotation should use the given file provider to handle uploaded files.Classninja.uploadsNinja
FilterA simple filter that can be applied to controller methods or while classes.InterfaceninjaNinja
FilterChainInterfaceninjaNinja
FilterWithA simple annotation that let's you put a filter on a controller method or The filter will then be executed before the controller method is executed.ClassninjaNinja
FlashScopeFlash scope: A client side cookie that can be used to transfer information from one request to another.Interfaceninja.sessionNinja
FlashScopeImplFlash scope: A client side cookie that can be used to transfer information from one request to another.Classninja.sessionNinja
HeaderJust an idea to inject a header right into the methods.Classninja.paramsNinja
HeadersInjects a multi-valued header right into the methods.Classninja.paramsNinja
HttpCacheToolkitInterfaceninja.utilsNinja
HttpCacheToolkitImplClassninja.utilsNinja
HttpHeaderConstantsYet another Http Header Constants file.Interfaceninja.utilsNinja
HttpHeaderUtilsClassninja.utilsNinja
InternalServerErrorExceptionA convenience unchecked exception.Classninja.exceptionsNinja
IsEnumValidates that the field is a valid enum constant.Classninja.validationNinja
IsFloatValidates that the field is a floating point number.Classninja.validationNinja
IsIntegerValidates that the field is an integer.Classninja.validationNinja
JpaInitializerInitializes the guice-persist JPA support.Classninja.jpaNinja
JpaModuleClassninja.jpaNinja
JSR303ValidationClassninja.validationNinja
LangClears the current language.Interfaceninja.i18nNinja
LangImplClassninja.i18nNinja
LengthValidates that the length of the field meets the given length constraintsOptional Element SummaryClassninja.validationNinja
LifecycleExceptionException thrown when an error occurs in the lifecycleAuthor:James RoperSee Also:Serialized FormClassninja.lifecycleNinja
LifecycleServiceResponsible for starting/stopping the applicationGet the state of the lifecycleInterfaceninja.lifecycleNinja
LifecycleServiceImplClassninja.lifecycleNinja
LifecycleSupportGuice support for lifecycleGet the lifecycle support moduleClassninja.lifecycleNinja
LogbackConfiguratorHelps to configure Logback from application.Classninja.loggingNinja
LoggerProviderClassninja.utilsNinja
Mail It is modeled after org.Interfaceninja.postofficeNinja
MailImplSimple implementation of Mail.Classninja.postoffice.commonNinja
MatchesValidates that the parameter matches the given regular expressionRequired Element SummaryClassninja.validationNinja
MemoryFileItemProviderFileItemProvider that save uploaded files in memory.Classninja.uploadsNinja
MessageA pojo to be renderd as Json or Xml.Classninja.utilsNinja
Messages com.Interfaceninja.i18nNinja
MessagesImplClassninja.i18nNinja
MigrationEngineRuns the migration scripts.Interfaceninja.migrationsNinja
MigrationEngineFlywayClassninja.migrationsNinja
MigrationInitializerClassninja.migrationsNinja
MimeTypesMimeTypes utils Adapted from play 1.Classninja.utilsNinja
Ninja java.InterfaceninjaNinja
NinjaCacheA convenience class to access the underlaying cache implementation.Classninja.cacheNinja
NinjaConstantInterfaceninja.utilsNinja
NinjaDefaultClassninjaNinja
NinjaExceptionA convenience unchecked exception.Classninja.exceptionsNinja
NinjaModeClassninja.utilsNinja
NinjaModeHelperClassninja.utilsNinja
NinjaPropertiesInterfaceninja.utilsNinja
NinjaPropertiesImplClassninja.utilsNinja
NinjaPropertiesImplToolClassninja.utilsNinja
NoFileItemProviderFileItemProvider default's implementation, to indicate to not handle uploaded files, and let the users deal with the request by themselvesClassninja.uploadsNinja
NoHttpBodyThis is a marker class used to handle Results in ResultHandler.Classninja.utilsNinja
NumberValueValidates that the value of a number meets certain parametersOptional Element SummaryClassninja.validationNinja
ObjectMapperProviderObjectMapper is used in several classes.Classninja.utilsNinja
OverlayedNinjaPropertiesHelper utility for handling Ninja properties using a simple overlayed view of them.Classninja.utilsNinja
ParamJust an idea to inject parameters right into the methods.Classninja.paramsNinja
ParamParserParses a String parameterGet the type that this parser parses toInterfaceninja.paramsNinja
ParamParsersClassninja.paramsNinja
ParamsInjects a multi-valued parameter right into the methods.Classninja.paramsNinja
ParsingArgumentExtractorClassninja.paramsNinja
ParsingArrayExtractorClassninja.paramsNinja
PathParamJust an idea to inject parameters right into the methods.Classninja.paramsNinja
PostofficeSimply takes a Mail and sends it.Interfaceninja.postofficeNinja
PostofficeCommonsmailImplClassninja.postoffice.commonsmailNinja
PostofficeConstantInterfaceninja.postoffice.guiceNinja
PostofficeMockImplClassninja.postoffice.mockNinja
PostofficeProviderClassninja.postoffice.guiceNinja
RenderableRenderables can be returned inside a result.InterfaceninjaNinja
RenderingExceptionA convenience unchecked exception for rendering exceptions.Classninja.exceptionsNinja
RequiredValidates that the length of the field meets the given length constraintsOptional Element SummaryClassninja.validationNinja
ResponseStreamsMake sure to only write to either the OutputStream OR the Writer.Interfaceninja.utilsNinja
ResultClassninjaNinja
ResultHandlerClassninja.utilsNinja
ResultsConvenience methods for the generation of Results.ClassninjaNinja
RouteClassninjaNinja
RouteBuilder java.InterfaceninjaNinja
RouterCompile all the routes that have been registered with the router.InterfaceninjaNinja
RouterImplClassninjaNinja
RoutingExceptionException thrown when an error in route configuration is foundAuthor:James RoperSee Also:Serialized FormClassninjaNinja
ScheduleClassninja.schedulerNinja
SchedulerClassninja.schedulerNinja
SchedulerSupportSupport for scheduling using annotationsSince:1.Classninja.schedulerNinja
SecretGeneratorClassninja.utilsNinja
SecureFilterA simple default implementation of a SecureFilter.ClassninjaNinja
SessionInterfaceninja.sessionNinja
SessionImplClassninja.sessionNinja
SessionParamInject a session value to a controller method invocationRequired Element SummaryClassninja.paramsNinja
SourceSnippetRepresents a snippet of a source file (1 or more lines).Classninja.diagnosticsNinja
SourceSnippetHelperUtility class for reading lines (snippet) from a source file.Classninja.diagnosticsNinja
StandaloneInterface for wrapping an underlying server (e.Interfaceninja.standaloneNinja
StandaloneHelperHelper utilities for working with standalone applications.Classninja.standaloneNinja
StartAnnotation indicating this method should be called when the application starts up.Classninja.lifecycleNinja
StateStates that are possible for a service.Classninja.lifecycleNinja
SwissKnifeClassninja.utilsNinja
TemplateEngineGet the content type this template engine rendersjava.Interfaceninja.templateNinja
TemplateEngineFreemarkerClassninja.templateNinja
TemplateEngineFreemarkerAssetsAtMethodClassninja.templateNinja
TemplateEngineFreemarkerAuthenticityFormDirectiveClassninja.template.directivesNinja
TemplateEngineFreemarkerAuthenticityTokenDirectiveClassninja.template.directivesNinja
TemplateEngineFreemarkerEscapedLoaderThis class html-escapes variables like ${.Classninja.templateNinja
TemplateEngineFreemarkerExceptionHandlerA general exception handler for Freemarker.Classninja.templateNinja
TemplateEngineFreemarkerI18nMethodClassninja.templateNinja
TemplateEngineFreemarkerPrettyTimeMethodPrettyTime integration for Ninja-FreeMarker.Classninja.templateNinja
TemplateEngineFreemarkerReverseRouteHelperClassninja.templateNinja
TemplateEngineFreemarkerReverseRouteMethodClassninja.templateNinja
TemplateEngineFreemarkerWebJarsAtMethodClassninja.templateNinja
TemplateEngineHelperClassninja.templateNinja
TemplateEngineJsonClassninja.templateNinja
TemplateEngineJsonPJSONP engine.Classninja.templateNinja
TemplateEngineManagerTemplate engine manager.Interfaceninja.templateNinja
TemplateEngineManagerImplClassninja.templateNinja
TemplateEngineTextClassninja.templateNinja
TemplateEngineXmlClassninja.templateNinja
TimeUtilClassninja.utilsNinja
TupleSimple tuple class for convenience.Classninja.postoffice.commonNinja
UnitOfWorkThis annotation is the equivalent to @Transactional without transactions.Classninja.jpaNinja
UnitOfWorkInterceptor This interceptor tracks and opens and closes your database connections.Classninja.jpaNinja
UsernamePasswordValidatorDefines a validator for authentication filters like ninja.InterfaceninjaNinja
ValidatingArgumentExtractorClassninja.paramsNinja
ValidationThis interface means the validation context (implemented by ValidationImpl) and can be injected in your There are several types of violations that can occur: field violations (on controller method fields), bean violationsInterfaceninja.validationNinja
ValidationImplClassninja.validationNinja
ValidatorA validator for validating parametersAuthor:James Roper, Thibault MeyerInterfaceninja.validationNinja
ValidatorsBuilt in validators.Classninja.validationNinja
WithArgumentExtractorIndicates that this annotation should use the given argument extractorRequired Element SummaryClassninja.paramsNinja
WithArgumentExtractorsIndicates that this annotation should use the given argument extractors Allows to specify more than one argument extractor, see WithArgumentExtractorClassninja.paramsNinja
WithValidatorIndicates that the annotation should have this validator class applied to itRequired Element SummaryClassninja.validationNinja
WrappedContextA wrapped context.ClassninjaNinja
XmlMapperProviderThis provider makes it simple to configure the XmlMapper in one place for all places where it is used.Classninja.utilsNinja
CountedAn annotation for marking a controller method to be Counted for metrics A counter increments on method execution and optionally decrements at execution completion.Classninja.metricsNinja
CountedInterceptorClassninja.metricsNinja
InstrumentedCacheInstruments the configured Ninja Cache instance for Metrics collection.Classninja.metricsNinja
InstrumentedEhCacheClassninja.metricsNinja
InstrumentedMemcachedClassninja.metricsNinja
InstrumentedNinjaClassninja.metricsNinja
MeteredAn annotation for marking a controller method to be Metered for metrics A meter measures the rate of events over time (e.Classninja.metricsNinja
MeteredInterceptorClassninja.metricsNinja
MetricsModuleClassninja.metricsNinja
MetricsServiceResponsible for managing the Ninja Metrics module.Interfaceninja.metricsNinja
MetricsServiceImplClassninja.metricsNinja
TimedAn annotation for marking a controller method to be Timed for metrics A timer measures both the rate that a particular piece of code is calledClassninja.metricsNinja
TimedInterceptorClassninja.metricsNinja
AsyncStrategyInterfaceninja.servlet.asyncNinja
AsyncStrategyFactoryInterfaceninja.servlet.asyncNinja
AsyncStrategyFactoryHolderClassninja.servlet.asyncNinja
BlockingAsyncStrategyClassninja.servlet.asyncNinja
NinjaServletBootstrapNinja bootstrap for servlet environments.Classninja.servletNinja
NinjaServletContextNinja context for servlet environments.Classninja.servletNinja
NinjaServletDispatcherA simple servlet that allows us to run Ninja inside any servletAuthor:raSee Also:Serialized FormClassninja.servletNinja
NinjaServletListener ninja.Classninja.servletNinja
RequestClassninja.servlet.utilNinja
RequestExtractorClassninja.servlet.utilNinja
ResponseClassninja.servlet.utilNinja
ResponseExtractorClassninja.servlet.utilNinja
ResponseStreamsServletMake sure to only write to either the OutputStream OR the Writer.Classninja.servletNinja
Servlet3AsyncStrategyClassninja.servlet.asyncNinja
ServletCookieHelperClassninja.servletNinja
NinjaJettyNinja standalone implemented with Jetty.Classninja.standaloneNinja