Skip to content

Commit 5307c2d

Browse files
committed
adding necessary dependencies, and generate java doc with the test included
1 parent 4c87e70 commit 5307c2d

File tree

155 files changed

+807
-536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+807
-536
lines changed
Binary file not shown.

government-service/pom.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,47 @@
120120
<artifactId>hibernate-validator</artifactId>
121121
<version>7.0.4.Final</version>
122122
</dependency>
123+
124+
<dependency>
125+
<groupId>org.junit.jupiter</groupId>
126+
<artifactId>junit-jupiter-api</artifactId>
127+
<version>5.9.2</version>
128+
<scope>test</scope>
129+
</dependency>
130+
131+
<dependency>
132+
<groupId>org.junit.jupiter</groupId>
133+
<artifactId>junit-jupiter-engine</artifactId>
134+
<version>5.9.2</version>
135+
<scope>test</scope>
136+
</dependency>
137+
138+
<dependency>
139+
<groupId>junit</groupId>
140+
<artifactId>junit</artifactId>
141+
<version>4.13.2</version>
142+
<scope>test</scope>
143+
</dependency>
144+
145+
<dependency>
146+
<groupId>org.mockito</groupId>
147+
<artifactId>mockito-core</artifactId>
148+
<version>4.8.1</version>
149+
<scope>test</scope>
150+
</dependency>
151+
152+
<dependency>
153+
<groupId>org.seleniumhq.selenium</groupId>
154+
<artifactId>selenium-java</artifactId>
155+
<version>4.1.4</version>
156+
<scope>test</scope>
157+
</dependency>
158+
159+
<dependency>
160+
<groupId>net.sourceforge.htmlunit</groupId>
161+
<artifactId>htmlunit</artifactId>
162+
<version>2.50.0</version>
163+
</dependency>
123164
</dependencies>
124165

125166
<build>

javadoc/allclasses-index.html

Lines changed: 46 additions & 34 deletions
Large diffs are not rendered by default.

javadoc/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>All Packages</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

javadoc/com/csaba79coder/apigateway/ApiGatewayApplication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>ApiGatewayApplication</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.apigateway, class: ApiGatewayApplication">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/apigateway/class-use/ApiGatewayApplication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Class com.csaba79coder.apigateway.ApiGatewayApplication</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.apigateway, class: ApiGatewayApplication">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/apigateway/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>com.csaba79coder.apigateway</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.apigateway">
1010
<meta name="generator" content="javadoc/PackageWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/apigateway/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>com.csaba79coder.apigateway Class Hierarchy</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="tree: package: com.csaba79coder.apigateway">
1010
<meta name="generator" content="javadoc/PackageTreeWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/apigateway/package-use.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Package com.csaba79coder.apigateway</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.apigateway">
1010
<meta name="generator" content="javadoc/PackageUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/BestProtocolApplication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>BestProtocolApplication</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol, class: BestProtocolApplication">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/BestProtocolApplicationTests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>BestProtocolApplicationTests</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol, class: BestProtocolApplicationTests">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/bootstrap/DataLoader.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>DataLoader</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol.bootstrap, class: DataLoader">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/bootstrap/class-use/DataLoader.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Class com.csaba79coder.bestprotocol.bootstrap.DataLoader</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.bestprotocol.bootstrap, class: DataLoader">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/bootstrap/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>com.csaba79coder.bestprotocol.bootstrap</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol.bootstrap">
1010
<meta name="generator" content="javadoc/PackageWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/bootstrap/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>com.csaba79coder.bestprotocol.bootstrap Class Hierarchy</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="tree: package: com.csaba79coder.bestprotocol.bootstrap">
1010
<meta name="generator" content="javadoc/PackageTreeWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/bootstrap/package-use.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Package com.csaba79coder.bestprotocol.bootstrap</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.bestprotocol.bootstrap">
1010
<meta name="generator" content="javadoc/PackageUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/class-use/BestProtocolApplication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Class com.csaba79coder.bestprotocol.BestProtocolApplication</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.bestprotocol, class: BestProtocolApplication">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/class-use/BestProtocolApplicationTests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Class com.csaba79coder.bestprotocol.BestProtocolApplicationTests</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.bestprotocol, class: BestProtocolApplicationTests">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/controller/GovernmentController.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>GovernmentController</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol.controller, class: GovernmentController">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/controller/MenuTranslationController.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>MenuTranslationController</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol.controller, class: MenuTranslationController">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/controller/RepresentativeController.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>RepresentativeController</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol.controller, class: RepresentativeController">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/controller/class-use/GovernmentController.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Class com.csaba79coder.bestprotocol.controller.GovernmentController</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.bestprotocol.controller, class: GovernmentController">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/controller/class-use/MenuTranslationController.html

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Class com.csaba79coder.bestprotocol.controller.MenuTranslationController</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.bestprotocol.controller, class: MenuTranslationController">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
@@ -51,7 +51,32 @@
5151
<div class="header">
5252
<h1 title="Uses of Class com.csaba79coder.bestprotocol.controller.MenuTranslationController" class="title">Uses of Class<br>com.csaba79coder.bestprotocol.controller.MenuTranslationController</h1>
5353
</div>
54-
No usage of com.csaba79coder.bestprotocol.controller.MenuTranslationController</main>
54+
<div class="caption"><span>Packages that use <a href="../MenuTranslationController.html" title="class in com.csaba79coder.bestprotocol.controller">MenuTranslationController</a></span></div>
55+
<div class="summary-table two-column-summary">
56+
<div class="table-header col-first">Package</div>
57+
<div class="table-header col-last">Description</div>
58+
<div class="col-first even-row-color"><a href="#com.csaba79coder.bestprotocol">com.csaba79coder.bestprotocol</a></div>
59+
<div class="col-last even-row-color">&nbsp;</div>
60+
</div>
61+
<section class="class-uses">
62+
<ul class="block-list">
63+
<li>
64+
<section class="detail" id="com.csaba79coder.bestprotocol">
65+
<h2>Uses of <a href="../MenuTranslationController.html" title="class in com.csaba79coder.bestprotocol.controller">MenuTranslationController</a> in <a href="../../package-summary.html">com.csaba79coder.bestprotocol</a></h2>
66+
<div class="caption"><span>Fields in <a href="../../package-summary.html">com.csaba79coder.bestprotocol</a> declared as <a href="../MenuTranslationController.html" title="class in com.csaba79coder.bestprotocol.controller">MenuTranslationController</a></span></div>
67+
<div class="summary-table three-column-summary">
68+
<div class="table-header col-first">Modifier and Type</div>
69+
<div class="table-header col-second">Field</div>
70+
<div class="table-header col-last">Description</div>
71+
<div class="col-first even-row-color"><code>private <a href="../MenuTranslationController.html" title="class in com.csaba79coder.bestprotocol.controller">MenuTranslationController</a></code></div>
72+
<div class="col-second even-row-color"><span class="type-name-label">MenuTranslationControllerIT.</span><code><a href="../../MenuTranslationControllerIT.html#menuTranslationController" class="member-name-link">menuTranslationController</a></code></div>
73+
<div class="col-last even-row-color">&nbsp;</div>
74+
</div>
75+
</section>
76+
</li>
77+
</ul>
78+
</section>
79+
</main>
5580
</div>
5681
</div>
5782
</body>

javadoc/com/csaba79coder/bestprotocol/controller/class-use/RepresentativeController.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>Uses of Class com.csaba79coder.bestprotocol.controller.RepresentativeController</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="use: package: com.csaba79coder.bestprotocol.controller, class: RepresentativeController">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

javadoc/com/csaba79coder/bestprotocol/controller/exception/ControllerExceptionHandler.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="hu">
33
<head>
4-
<!-- Generated by javadoc (17) on Sat Apr 29 18:26:50 CEST 2023 -->
4+
<!-- Generated by javadoc (17) on Sun Apr 30 00:40:21 CEST 2023 -->
55
<title>ControllerExceptionHandler</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2023-04-29">
8+
<meta name="dc.created" content="2023-04-30">
99
<meta name="description" content="declaration: package: com.csaba79coder.bestprotocol.controller.exception, class: ControllerExceptionHandler">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)