jar

org.debux.webmotion : webmotion

Maven & Gradle

Mar 29, 2017
6 usages
2 stars

WebMotion server · WebMotion is Java web framework based on the Java EE6 standard

Table Of Contents

Latest Version

Download org.debux.webmotion : webmotion JAR file - Latest Versions:

All Versions

Download org.debux.webmotion : webmotion JAR file - All Versions:

Version Vulnerabilities Size Updated
2.5.x
2.5
2.4
2.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window webmotion-2.5.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.debux.webmotion.server.tools

├─ org.debux.webmotion.server.tools.HttpUtils.class - [JAR]

├─ org.debux.webmotion.server.tools.LruCache.class - [JAR]

├─ org.debux.webmotion.server.tools.OrderedList.class - [JAR]

├─ org.debux.webmotion.server.tools.ReflectionUtils.class - [JAR]

├─ org.debux.webmotion.server.tools.RequestBuilder.class - [JAR]

├─ org.debux.webmotion.server.tools.SingletonFactory.class - [JAR]

├─ org.debux.webmotion.server.tools.StringResponseHandler.class - [JAR]

org.debux.webmotion.server.render

├─ org.debux.webmotion.server.render.DefaultRender.class - [JAR]

├─ org.debux.webmotion.server.render.Render.class - [JAR]

├─ org.debux.webmotion.server.render.RenderAccept.class - [JAR]

├─ org.debux.webmotion.server.render.RenderAction.class - [JAR]

├─ org.debux.webmotion.server.render.RenderContent.class - [JAR]

├─ org.debux.webmotion.server.render.RenderError.class - [JAR]

├─ org.debux.webmotion.server.render.RenderException.class - [JAR]

├─ org.debux.webmotion.server.render.RenderFeed.class - [JAR]

├─ org.debux.webmotion.server.render.RenderForward.class - [JAR]

├─ org.debux.webmotion.server.render.RenderJson.class - [JAR]

├─ org.debux.webmotion.server.render.RenderJsonP.class - [JAR]

├─ org.debux.webmotion.server.render.RenderLastPage.class - [JAR]

├─ org.debux.webmotion.server.render.RenderRedirect.class - [JAR]

├─ org.debux.webmotion.server.render.RenderStatus.class - [JAR]

├─ org.debux.webmotion.server.render.RenderStream.class - [JAR]

├─ org.debux.webmotion.server.render.RenderStringTemplate.class - [JAR]

├─ org.debux.webmotion.server.render.RenderTemplate.class - [JAR]

├─ org.debux.webmotion.server.render.RenderView.class - [JAR]

├─ org.debux.webmotion.server.render.RenderWebSocket.class - [JAR]

├─ org.debux.webmotion.server.render.RenderXml.class - [JAR]

org.debux.webmotion.server.call

├─ org.debux.webmotion.server.call.Call.class - [JAR]

├─ org.debux.webmotion.server.call.CallWrapper.class - [JAR]

├─ org.debux.webmotion.server.call.ClientSession.class - [JAR]

├─ org.debux.webmotion.server.call.CookieManager.class - [JAR]

├─ org.debux.webmotion.server.call.Executor.class - [JAR]

├─ org.debux.webmotion.server.call.FileProgressListener.class - [JAR]

├─ org.debux.webmotion.server.call.HttpContext.class - [JAR]

├─ org.debux.webmotion.server.call.ServerContext.class - [JAR]

├─ org.debux.webmotion.server.call.UploadFile.class - [JAR]

org.debux.webmotion.server.mapping

├─ org.debux.webmotion.server.mapping.Action.class - [JAR]

├─ org.debux.webmotion.server.mapping.ActionRule.class - [JAR]

├─ org.debux.webmotion.server.mapping.Config.class - [JAR]

├─ org.debux.webmotion.server.mapping.ErrorRule.class - [JAR]

├─ org.debux.webmotion.server.mapping.FilterRule.class - [JAR]

├─ org.debux.webmotion.server.mapping.FragmentUrl.class - [JAR]

├─ org.debux.webmotion.server.mapping.Mapping.class - [JAR]

├─ org.debux.webmotion.server.mapping.MappingWrapper.class - [JAR]

├─ org.debux.webmotion.server.mapping.Properties.class - [JAR]

├─ org.debux.webmotion.server.mapping.Rule.class - [JAR]

org.debux.webmotion.server

├─ org.debux.webmotion.server.WebMotionContextable.class - [JAR]

├─ org.debux.webmotion.server.WebMotionController.class - [JAR]

├─ org.debux.webmotion.server.WebMotionException.class - [JAR]

├─ org.debux.webmotion.server.WebMotionFilter.class - [JAR]

├─ org.debux.webmotion.server.WebMotionHandler.class - [JAR]

├─ org.debux.webmotion.server.WebMotionMainHandler.class - [JAR]

├─ org.debux.webmotion.server.WebMotionServer.class - [JAR]

├─ org.debux.webmotion.server.WebMotionServerListener.class - [JAR]

├─ org.debux.webmotion.server.WebMotionServletContextListener.class - [JAR]

org.debux.webmotion.server.websocket

├─ org.debux.webmotion.server.websocket.WebMotionWebSocket.class - [JAR]

├─ org.debux.webmotion.server.websocket.WebMotionWebSocketJson.class - [JAR]

├─ org.debux.webmotion.server.websocket.WebSocketInbound.class - [JAR]

├─ org.debux.webmotion.server.websocket.WebSocketOutbound.class - [JAR]

org.debux.webmotion.server.convention

├─ org.debux.webmotion.server.convention.ConventionAllFilter.class - [JAR]

├─ org.debux.webmotion.server.convention.ConventionController.class - [JAR]

├─ org.debux.webmotion.server.convention.ConventionPackageFilter.class - [JAR]

├─ org.debux.webmotion.server.convention.ConventionRenderView.class - [JAR]

├─ org.debux.webmotion.server.convention.ConventionScan.class - [JAR]

├─ org.debux.webmotion.server.convention.DefaultConventionScan.class - [JAR]

org.debux.webmotion.server.handler

├─ org.debux.webmotion.server.handler.AbstractHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ActionExecuteRenderHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ActionFinderHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ActionMethodFinderHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ErrorFinderHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ErrorMethodFinderHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ExecutorInstanceCreatorHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ExecutorParametersConvertorHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ExecutorParametersInjectorHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ExecutorParametersValidatorHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.FilterFinderHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.FilterMethodFinderHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ParametersExtractorHandler.class - [JAR]

├─ org.debux.webmotion.server.handler.ParametersMultipartHandler.class - [JAR]

org.debux.webmotion.server.mbean

├─ org.debux.webmotion.server.mbean.HandlerStats.class - [JAR]

├─ org.debux.webmotion.server.mbean.HandlerStatsMXBean.class - [JAR]

├─ org.debux.webmotion.server.mbean.ServerContextManager.class - [JAR]

├─ org.debux.webmotion.server.mbean.ServerContextManagerMXBean.class - [JAR]

├─ org.debux.webmotion.server.mbean.ServerStats.class - [JAR]

├─ org.debux.webmotion.server.mbean.ServerStatsMXBean.class - [JAR]

org.debux.webmotion.server.parser

├─ org.debux.webmotion.server.parser.DefaultMappingParser.class - [JAR]

├─ org.debux.webmotion.server.parser.MappingChecker.class - [JAR]

├─ org.debux.webmotion.server.parser.MappingParser.class - [JAR]

├─ org.debux.webmotion.server.parser.MappingVisit.class - [JAR]

├─ org.debux.webmotion.server.parser.ParboiledGrammar.class - [JAR]

org.debux.webmotion.server.websocket.wrapper

├─ org.debux.webmotion.server.websocket.wrapper.WebSocketGlassfishWrapper.class - [JAR]

├─ org.debux.webmotion.server.websocket.wrapper.WebSocketJettyWrapper.class - [JAR]

├─ org.debux.webmotion.server.websocket.wrapper.WebSocketTomcatWrapper.class - [JAR]

Advertisement

Dependencies from Group

Mar 29, 2017
6 usages
2 stars
Mar 29, 2017
3 usages
2 stars
Mar 29, 2017
2 stars

Discover Dependencies

Mar 21, 2017
17 usages
42 stars
Jun 11, 2018
6 usages
98 stars
Jul 29, 2021
1 usages
23 stars
Oct 03, 2018
4 usages
69 stars
Jan 20, 2017
12 usages
Apr 10, 2023
41 usages
3.2k stars
Jun 24, 2016
5 usages
143 stars
Mar 18, 2016
4 usages
Aug 17, 2022
11 usages
5 stars