jar

com.github.hongframework : hframe-webcore

Maven & Gradle

Jan 12, 2018
4 usages
8 stars
Table Of Contents

Latest Version

Download com.github.hongframework : hframe-webcore JAR file - Latest Versions:

All Versions

Download com.github.hongframework : hframe-webcore JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 hframe-webcore-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hframework.web.controller.core

├─ com.hframework.web.controller.core.ComponentInvokeManager.class - [JAR]

├─ com.hframework.web.controller.core.ControllerMethodInvoker.class - [JAR]

├─ com.hframework.web.controller.core.FileComponentInvoker.class - [JAR]

├─ com.hframework.web.controller.core.PageExtendDataManager.class - [JAR]

├─ com.hframework.web.controller.core.SessionExpiredException.class - [JAR]

com.hframework.web.extension.annotation

├─ com.hframework.web.extension.annotation.AfterCreateHandler.class - [JAR]

├─ com.hframework.web.extension.annotation.AfterDeleteHandler.class - [JAR]

├─ com.hframework.web.extension.annotation.AfterUpdateHandler.class - [JAR]

├─ com.hframework.web.extension.annotation.BeforeCreateHandler.class - [JAR]

├─ com.hframework.web.extension.annotation.BeforeDeleteHandler.class - [JAR]

├─ com.hframework.web.extension.annotation.BeforeUpdateHandler.class - [JAR]

com.hframework.web.config.bean.component

├─ com.hframework.web.config.bean.component.AppendElement.class - [JAR]

├─ com.hframework.web.config.bean.component.Attach.class - [JAR]

├─ com.hframework.web.config.bean.component.BaseEvents.class - [JAR]

├─ com.hframework.web.config.bean.component.Effect.class - [JAR]

├─ com.hframework.web.config.bean.component.Element.class - [JAR]

├─ com.hframework.web.config.bean.component.Event.class - [JAR]

├─ com.hframework.web.config.bean.component.Events.class - [JAR]

├─ com.hframework.web.config.bean.component.PreHandle.class - [JAR]

├─ com.hframework.web.config.bean.component.Source.class - [JAR]

com.hframework.web.config.bean

├─ com.hframework.web.config.bean.Component.class - [JAR]

├─ com.hframework.web.config.bean.DataSet.class - [JAR]

├─ com.hframework.web.config.bean.DataSetHelper.class - [JAR]

├─ com.hframework.web.config.bean.DataSetRuler.class - [JAR]

├─ com.hframework.web.config.bean.EventStore.class - [JAR]

├─ com.hframework.web.config.bean.Mapper.class - [JAR]

├─ com.hframework.web.config.bean.Module.class - [JAR]

├─ com.hframework.web.config.bean.PageTemplates.class - [JAR]

├─ com.hframework.web.config.bean.Program.class - [JAR]

com.hframework.base.dao

├─ com.hframework.base.dao.CommonDataMapper.class - [JAR]

com.hframework.web.auth

├─ com.hframework.web.auth.AuthContext.class - [JAR]

├─ com.hframework.web.auth.AuthService.class - [JAR]

├─ com.hframework.web.auth.AuthServiceProxy.class - [JAR]

├─ com.hframework.web.auth.DynamicAuthService.class - [JAR]

com.hframework.web.config.bean.dataset

├─ com.hframework.web.config.bean.dataset.Column.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Columns.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Descriptor.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Entity.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Enum.class - [JAR]

├─ com.hframework.web.config.bean.dataset.EnumClass.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Field.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Fields.class - [JAR]

├─ com.hframework.web.config.bean.dataset.HelperData.class - [JAR]

├─ com.hframework.web.config.bean.dataset.HelperDatas.class - [JAR]

├─ com.hframework.web.config.bean.dataset.HelperItem.class - [JAR]

├─ com.hframework.web.config.bean.dataset.HelperLabel.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Node.class - [JAR]

├─ com.hframework.web.config.bean.dataset.Rel.class - [JAR]

com.hframework.web.extension

├─ com.hframework.web.extension.AbstractBusinessHandler.class - [JAR]

├─ com.hframework.web.extension.BusinessHandler.class - [JAR]

├─ com.hframework.web.extension.BusinessHandlerFactory.class - [JAR]

com.hframework.base.service

├─ com.hframework.base.service.CommonDataService.class - [JAR]

com.hframework.web.config.bean.mapper

├─ com.hframework.web.config.bean.mapper.BaseMapper.class - [JAR]

├─ com.hframework.web.config.bean.mapper.EventMapper.class - [JAR]

├─ com.hframework.web.config.bean.mapper.Mapping.class - [JAR]

com.hframework.web.context

├─ com.hframework.web.context.ComponentDataContainer.class - [JAR]

├─ com.hframework.web.context.ComponentDescriptor.class - [JAR]

├─ com.hframework.web.context.ContainerDescriptor.class - [JAR]

├─ com.hframework.web.context.DataSetContainer.class - [JAR]

├─ com.hframework.web.context.DataSetDescriptor.class - [JAR]

├─ com.hframework.web.context.DataSetGroup.class - [JAR]

├─ com.hframework.web.context.DataSetInstance.class - [JAR]

├─ com.hframework.web.context.ElementDescriptor.class - [JAR]

├─ com.hframework.web.context.IDataSet.class - [JAR]

├─ com.hframework.web.context.PageDescriptor.class - [JAR]

├─ com.hframework.web.context.StringDescriptor.class - [JAR]

├─ com.hframework.web.context.WebContext.class - [JAR]

├─ com.hframework.web.context.WebContextHelper.class - [JAR]

├─ com.hframework.web.context.WebContextMonitor.class - [JAR]

com.hframework.web.config.bean.pagetemplates

├─ com.hframework.web.config.bean.pagetemplates.Element.class - [JAR]

├─ com.hframework.web.config.bean.pagetemplates.Pagetemplate.class - [JAR]

com.hframework.web.controller

├─ com.hframework.web.controller.AbstractController.class - [JAR]

├─ com.hframework.web.controller.ChartController.class - [JAR]

├─ com.hframework.web.controller.DefaultController.class - [JAR]

├─ com.hframework.web.controller.DemoController.class - [JAR]

├─ com.hframework.web.controller.DictionaryController.class - [JAR]

com.hframework.web.interceptor

├─ com.hframework.web.interceptor.BusinessHandlerInterceptor.class - [JAR]

├─ com.hframework.web.interceptor.CacheHandlerInterceptor.class - [JAR]

├─ com.hframework.web.interceptor.ThreadContextInterceptor.class - [JAR]

├─ com.hframework.web.interceptor.WorkflowInterceptor.class - [JAR]

com.hframework.web.config.bean.module

├─ com.hframework.web.config.bean.module.AppendElement.class - [JAR]

├─ com.hframework.web.config.bean.module.Attach.class - [JAR]

├─ com.hframework.web.config.bean.module.Component.class - [JAR]

├─ com.hframework.web.config.bean.module.Effect.class - [JAR]

├─ com.hframework.web.config.bean.module.Element.class - [JAR]

├─ com.hframework.web.config.bean.module.Event.class - [JAR]

├─ com.hframework.web.config.bean.module.Page.class - [JAR]

├─ com.hframework.web.config.bean.module.Source.class - [JAR]

com.hframework.web.config.bean.datasetruler

├─ com.hframework.web.config.bean.datasetruler.Rule.class - [JAR]

com.hframework.web.config.bean.datasethelper

├─ com.hframework.web.config.bean.datasethelper.Mapping.class - [JAR]

├─ com.hframework.web.config.bean.datasethelper.Mappings.class - [JAR]

com.hframework.web

├─ com.hframework.web.ControllerHelper.class - [JAR]

├─ com.hframework.web.CreatorUtil.class - [JAR]

├─ com.hframework.web.SessionKey.class - [JAR]

com.hframework.base.bean

├─ com.hframework.base.bean.KVBean.class - [JAR]

com.hframework.web.context.enums

├─ com.hframework.web.context.enums.ElementType.class - [JAR]

com.hframework.web.config.bean.program

├─ com.hframework.web.config.bean.program.AuthInstance.class - [JAR]

├─ com.hframework.web.config.bean.program.Login.class - [JAR]

├─ com.hframework.web.config.bean.program.Module.class - [JAR]

├─ com.hframework.web.config.bean.program.Modules.class - [JAR]

├─ com.hframework.web.config.bean.program.SuperAuthFilter.class - [JAR]

├─ com.hframework.web.config.bean.program.SuperManager.class - [JAR]

├─ com.hframework.web.config.bean.program.Template.class - [JAR]

com.hframework.deployer.webcontaner

├─ com.hframework.deployer.webcontaner.JettyEmbedServer.class - [JAR]

Advertisement

Dependencies from Group

Jan 12, 2018
4 usages
8 stars
Jan 12, 2018
4 usages
8 stars
Jan 12, 2018
4 usages
8 stars
Jan 12, 2018
2 usages
8 stars
Jan 12, 2018
2 usages
8 stars

Discover Dependencies

Oct 08, 2017
1 stars
Mar 12, 2019
0 stars
Aug 17, 2022
2.8k stars
Apr 27, 2023
692 stars
Jul 15, 2017
1 usages
41 stars
Jul 10, 2017
14 stars
Jul 13, 2017
0 stars
Jun 11, 2019
13 usages
525 stars
Aug 24, 2023
15 usages
45 stars