-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmigrationGuide.html
766 lines (563 loc) · 28.7 KB
/
migrationGuide.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2017-04-10
| Rendered using Apache Maven Fluido Skin 1.3.1
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20170410" />
<meta http-equiv="Content-Language" content="en" />
<title>Jawr - Introduction</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>
</head>
<body class="topBarDisabled">
<a href="http://github.com/j-a-w-r/jawr-main-repo">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"
alt="Fork me on GitHub">
</a>
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<div id="bannerLeft">
<h2></h2>
</div>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2017-04-10
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 3.9
</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">About</li>
<li>
<a href="index.html" title="Home">
<i class="none"></i>
Home</a>
</li>
<li>
<a href="introduction.html" title="Introduction">
<i class="none"></i>
Introduction</a>
</li>
<li>
<a href="features.html" title="Features">
<i class="none"></i>
Features</a>
</li>
<li>
<a href="changes.html" title="Change history">
<i class="none"></i>
Change history</a>
</li>
<li>
<a href="team.html" title="The team">
<i class="none"></i>
The team</a>
</li>
<li class="nav-header">Documentation</li>
<li>
<a href="docs/servlet.html" title="The Jawr servlet">
<i class="none"></i>
The Jawr servlet</a>
</li>
<li>
<a href="docs/descriptor_syntax.html" title="Descriptor syntax">
<i class="none"></i>
Descriptor syntax</a>
</li>
<li>
<a href="docs/custom_bundles.html" title="Bundle definition">
<i class="none"></i>
Bundle definition</a>
</li>
<li>
<a href="docs/source_ordering.html" title="Source order in bundles">
<i class="none"></i>
Source order in bundles</a>
</li>
<li>
<a href="docs/cacheManager.html" title="Cache manager">
<i class="none"></i>
Cache manager</a>
</li>
<li>
<a href="docs/global_preprocessors.html" title="Global preprocessors">
<i class="none"></i>
Global preprocessors</a>
</li>
<li>
<a href="docs/global_postprocessors.html" title="Global postprocessors">
<i class="none"></i>
Global postprocessors</a>
</li>
<li>
<a href="docs/postprocessors.html" title="Postprocessors">
<i class="none"></i>
Postprocessors</a>
</li>
<li>
<a href="docs/generators.html" title="Generators">
<i class="none"></i>
Generators</a>
</li>
<li>
<a href="docs/advanced_generators.html" title="Advanced generators">
<i class="none"></i>
Advanced generators</a>
</li>
<li>
<a href="docs/license_files.html" title="Licenses in resources">
<i class="none"></i>
Licenses in resources</a>
</li>
<li>
<a href="docs/taglibs.html" title="JSP Tag library">
<i class="none"></i>
JSP Tag library</a>
</li>
<li>
<a href="docs/plain_html.html" title="Use in HTML pages">
<i class="none"></i>
Use in HTML pages</a>
</li>
<li>
<a href="docs/modes.html" title="Debug and production modes">
<i class="none"></i>
Debug and production modes</a>
</li>
<li>
<a href="docs/messages_gen.html" title="i18n message generator">
<i class="none"></i>
i18n message generator</a>
</li>
<li>
<a href="docs/variant_bundle.html" title="Variant bundles">
<i class="none"></i>
Variant bundles</a>
</li>
<li>
<a href="docs/illegalBundleRequestHander.html" title="Jawr strict mode - Illegal bundle request handler">
<i class="none"></i>
Jawr strict mode - Illegal bundle request handler</a>
</li>
<li>
<a href="docs/jmx_support.html" title="JMX Support">
<i class="none"></i>
JMX Support</a>
</li>
<li>
<a href="docs/bundle_preprocessing.html" title="Bundle preprocessing">
<i class="none"></i>
Bundle preprocessing</a>
</li>
<li>
<a href="docs/jawr_maven_plugin.html" title="Jawr Maven plugin">
<i class="none"></i>
Jawr Maven plugin</a>
</li>
<li>
<a href="docs/jawr_ant_task.html" title="Jawr Ant task">
<i class="none"></i>
Jawr Ant task</a>
</li>
<li class="active">
<a href="#"><i class="none"></i>Migration Guide</a>
</li>
<li>
<a href="migrationGitRepo.html" title="Github repository Migration Guide">
<i class="none"></i>
Github repository Migration Guide</a>
</li>
<li class="nav-header">Integration</li>
<li>
<a href="integration/augmenter.html" title="Add Jawr to your framework">
<i class="none"></i>
Add Jawr to your framework</a>
</li>
<li>
<a href="integration/spring.html" title="Spring MVC">
<i class="none"></i>
Spring MVC</a>
</li>
<li>
<a href="integration/facelets.html" title="Facelets Tag library">
<i class="none"></i>
Facelets Tag library</a>
</li>
<li>
<a href="integration/wicket.html" title="Wicket">
<i class="none"></i>
Wicket</a>
</li>
<li>
<a href="integration/grails.html" title="Grails plugin">
<i class="none"></i>
Grails plugin</a>
</li>
<li>
<a href="integration/dwr.html" title="DWR">
<i class="none"></i>
DWR</a>
</li>
<li>
<a href="integration/validator.html" title="Commons Validator - Struts">
<i class="none"></i>
Commons Validator - Struts</a>
</li>
<li class="nav-header">Tutorials</li>
<li>
<a href="tutorials/quickstart.html" title="Quick start">
<i class="none"></i>
Quick start</a>
</li>
<li>
<a href="tutorials/howToUseJawrSmartbundling.html" title="How to use Jawr smart bundling feature">
<i class="none"></i>
How to use Jawr smart bundling feature</a>
</li>
<li>
<a href="tutorials/howToUseJawrToServeImage.html" title="How to use Jawr to serve image resources">
<i class="none"></i>
How to use Jawr to serve image resources</a>
</li>
<li>
<a href="tutorials/howToUseJawrCssSkin.html" title="How to use Jawr to generate CSS skin">
<i class="none"></i>
How to use Jawr to generate CSS skin</a>
</li>
<li>
<a href="tutorials/jawrSpriteImage.html" title="How to generate Image sprites with Jawr">
<i class="none"></i>
How to generate Image sprites with Jawr</a>
</li>
<li>
<a href="tutorials/howToUseJawrToGenerateBase64Image.html" title="How to generate base64 images in CSS with Jawr">
<i class="none"></i>
How to generate base64 images in CSS with Jawr</a>
</li>
<li>
<a href="tutorials/howToUseGoogleClosureCompiler.html" title="How to use Google Closure Compiler with Jawr">
<i class="none"></i>
How to use Google Closure Compiler with Jawr</a>
</li>
<li>
<a href="tutorials/howToSetJsEngine.html" title="How to set Javascript engine in Jawr">
<i class="none"></i>
How to set Javascript engine in Jawr</a>
</li>
<li>
<a href="tutorials/howToEnablePerformanceLogging.html" title="How to set performance logging in Jawr">
<i class="none"></i>
How to set performance logging in Jawr</a>
</li>
<li>
<a href="tutorials/faq_howto.html" title="FAQ-Howto">
<i class="none"></i>
FAQ-Howto</a>
</li>
<li>
<a href="tutorials/libraries.html" title="Using popular libraries">
<i class="none"></i>
Using popular libraries</a>
</li>
<li>
<a href="docs/sampleApplications.html" title="Sample applications">
<i class="none"></i>
Sample applications</a>
</li>
<li class="nav-header">API and sources</li>
<li>
<a href="nonav/apidocs/index.html" title="JavaDocs">
<i class="none"></i>
JavaDocs</a>
</li>
<li>
<a href="nonav/xref/index.html" title="Source XREF">
<i class="none"></i>
Source XREF</a>
</li>
<li class="nav-header">Github repositories</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-main-repo" class="externalLink" title="Jawr main repository">
<i class="none"></i>
Jawr main repository</a>
</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-core" class="externalLink" title="Jawr core repository">
<i class="none"></i>
Jawr core repository</a>
</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-spring" class="externalLink" title="Jawr spring repository">
<i class="none"></i>
Jawr spring repository</a>
</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-wicket" class="externalLink" title="Jawr wicket repository">
<i class="none"></i>
Jawr wicket repository</a>
</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-grails" class="externalLink" title="Jawr grails repository">
<i class="none"></i>
Jawr grails repository</a>
</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-dwr2.x" class="externalLink" title="Jawr dwr2.x repository">
<i class="none"></i>
Jawr dwr2.x repository</a>
</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-dwr3.x" class="externalLink" title="Jawr dwr3.x repository">
<i class="none"></i>
Jawr dwr3.x repository</a>
</li>
<li>
<a href="https://github.com/j-a-w-r/jawr-tools" class="externalLink" title="Jawr tools repository">
<i class="none"></i>
Jawr tools repository</a>
</li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span9" >
<div class="section">
<h2>Introduction<a name="Introduction"></a></h2>
<p>The version 3.5 and 3.6 are not backward compatible.<br />We’ve tried to make this transition as simple as possible.<br />You will find below a migration guide to migrate from 3.5.x to 3.6.</p>
<hr />
<div class="section">
<h3>Migration Guide from 3.5.x to 3.6<a name="Migration_Guide_from_3.5.x_to_3.6"></a></h3>
<ul>
<li>Image resource handling :</li>
</ul>
<p>Before the 3.6 version, Jawr used a specific type for image handling (img). Since 3.6, Jawr introduces a more general binary handler component, which can manages every binary resources (images, fonts, …).<br /> So you will have to update your web.xml file like below.</p>
<p>Here is a example of a web.xml configuration before the 3.6 version :</p>
<div class="source">
<pre> <servlet>
<servlet-name>JawrImgServlet</servlet-name>
<servlet-class>net.jawr.web.servlet.JawrServlet</servlet-class>
<init-param>
<param-name>configLocation</param-name>
<param-value>/jawr.properties</param-value>
</init-param>
<!-- init-param>
<param-name>mapping</param-name>
<param-value>/jwrImg/</param-value>
</init-param -->
<init-param>
<param-name>type</param-name>
<param-value>binary</param-value>
</init-param>
<!-- Start Jawr Img servlet before Jawr CSS servlet -->
<load-on-startup>1</load-on-startup>
</servlet>
</pre></div>
<p>You’ll have to update the <b>type</b> init-parameter from <b>img</b> to <b>binary</b>.</p>
<div class="source">
<pre> <servlet>
<servlet-name>JawrBinaryServlet</servlet-name>
<servlet-class>net.jawr.web.servlet.JawrServlet</servlet-class>
<init-param>
<param-name>configLocation</param-name>
<param-value>/jawr.properties</param-value>
</init-param>
<!-- init-param>
<param-name>mapping</param-name>
<param-value>/jwrBin/</param-value>
</init-param -->
<init-param>
<param-name>type</param-name>
<param-value>binary</param-value>
</init-param>
<!-- Start Jawr Binary servlet before Jawr CSS servlet -->
<load-on-startup>1</load-on-startup>
</servlet>
</pre></div>
<p>It’s important to note that for previous version, this servlet should be started before the CSS one.</p>
<ul>
<li>Jawr configuration</li>
</ul>
<p>There are 2 properties which have been renamed :</p>
<ul>
<li>The property <b>jawr.image.hash.algorithm</b> has been renamed to <b>jawr.binary.hash.algorithm</b>.</li>
<li>The property <b>jawr.image.resources</b> has been renamed to <b>jawr.binary.resources</b>.</li>
<li>Advanced development :
<ul>
<li>Image Resource Handler :</li>
</ul></li>
</ul>
<p>Jawr used internally a specific handler for image : <b>net.jawr.web.resource.ImageResourcesHandler</b>. This class has been refactored to <b>net.jawr.web.resource.BinaryResourcesHandler</b>.<br /> To retrieve this handler, Jawr used below code :</p>
<div class="source">
<pre> ImageResourcesHandler imgRsHandler = (ImageResourcesHandler) servletContext.getAttribute(
JawrConstant.IMG_CONTEXT_ATTRIBUTE);
</pre></div>
<p>Now, you’ll have to use :</p>
<div class="source">
<pre> BinaryResourcesHandler binaryRsHandler = (BinaryResourcesHandler) servletContext.getAttribute(
JawrConstant.BINARY_CONTEXT_ATTRIBUTE);
</pre></div>
<p>One method has been renamed :</p>
<p>| <b>Old method name in ImageResourcesHandler</b> | <b>New method name in ImageResourcesHandler</b> | | public Map<i>String, String</i> getImageMap() | public Map<i>String, String</i> getBinaryPathMap() |</p>
<ul>
<li>JMX</li>
</ul>
<p>Before the 3.6 version, the MBean which handled images was named <b>imgMBean</b>. It has been renamed to <b>binaryMBean</b>.</p></div>
<div class="section">
<h3>Migration Guide from 3.3.x to 3.5<a name="Migration_Guide_from_3.3.x_to_3.5"></a></h3>
<p>It is important to note that the 3.5 version requires at least the use of java 6 and servlet API 2.5, while the 3.3.x required at least the use of java 1.4 and servlet API 2.3</p>
<hr />
<ul>
<li>Jawr Project modules</li>
</ul>
<p>For better maintainability, the Jawr project has been divided in multiple modules.</p>
<p>Since, the version 3.5, Jawr has the following modules :</p>
<ul>
<li><i>jawr-core</i> : The Jawr core module</li>
<li><i>jawr-wicket-extension</i> : The Jawr wicket extension module</li>
<li><i>jawr-spring-2.0.x-extension</i> : The Jawr spring 2.0.x extension module</li>
<li><i>jawr-dwr2.x-extension</i> : The Jawr DWR 2.x extension module</li>
<li><i>jawr-dwr3.x-extension</i> : The jawr DWR 3.x extension module</li>
<li><i>jawr-grails-extension</i> : The jawr grails extension module</li>
</ul>
<p><i>jawr-core</i> : The jawr core module</p>
<p>Prior to the 3.5 version, the user used the jawr.jar (maven reference net.jawr:jawr-3.3.jar). Now the pom reference has changed. To used the new version, you need to replace the old jawr dependency by the following one :</p>
<div class="source">
<pre> <dependency>
<groupId>net.jawr</groupId>
<artifactId>jawr-core</artifactId>
<version>3.5</version>
</dependency>
</pre></div>
<p>Now to use the extensions, you’ll need to add them in your dependencies (See below for more detail)</p>
<p><i>jawr-wicket-extensions</i> : The jawr wicket extension module</p>
<p>This module allows the integration of Jawr with Wicket. Please check the <a href="./integration/wicket.html">wicket integration documentation</a> for more detail. The wicket version supported is 6.x versions. Here is the dependency to add to your pom to add this module.</p>
<div class="source">
<pre> <dependency>
<groupId>net.jawr.extensions</groupId>
<artifactId>jawr-wicket-extension</artifactId>
<version>3.5</version>
</dependency>
</pre></div>
<p><i>jawr-spring-2.0.x-extension</i> : The jawr spring 2.0.x integration module</p>
<p>This module allows the integration of jawr with spring 2.0.x. Please check the <a href="./integration/spring.html">spring integration documentation</a> for more detail. Unfortunately for the time being, there is no support for spring 2.5.x and spring 3.x. This will probably be done in a future release. If someone wants to help, he is welcome. Here is the dependency to add to your pom to add this module.</p>
<div class="source">
<pre> <dependency>
<groupId>net.jawr.extensions</groupId>
<artifactId>jawr-spring-2.0.x-extension</artifactId>
<version>3.5</version>
</dependency>
</pre></div>
<p><i>jawr-dwr-2.x-extension</i> : The jawr dwr 2.x integration module</p>
<p>This module allows the integration of jawr with dwr 2.x. Please check the <a href="./integration/dwr.html">dwr integration documentation</a> for more detail. Unfortunately for the time being, there is no support for dwr 3.x. This will probably be done in a future release. If someone wants to help, he is welcome. Here is the dependency to add to your pom to add this module :</p>
<div class="source">
<pre> <dependency>
<groupId>net.jawr.extensions</groupId>
<artifactId>jawr-dwr-2.x-extension</artifactId>
<version>3.5</version>
</dependency>
</pre></div>
<p><i>jawr-grails-extension</i> : The jawr grails integration module</p>
<p>This module allows the integration of jawr with grails. Please check the <a href="./integration/grails.html">grails integration documentation</a> for more detail. Here is the dependency to add to your pom to add this module :</p>
<div class="source">
<pre> <dependency>
<groupId>net.jawr.extensions</groupId>
<artifactId>jawr-grails-extension</artifactId>
<version>3.5</version>
</dependency>
</pre></div>
<ul>
<li>Generators</li>
</ul>
<p>Since the version 3.5, Jawr allows the users to define their custom GeneratorPathResolver. This means that the users can now define generators, which will be triggered by prefix path (like built-in ‘jar:’ or ‘message:’ prefixes) or with for example a specific path suffix (like ‘*.less’ resources).</p>
<p>In the version 3.3.x, the generator should implement the method “getMappingPrefix”. This method has been replaced by “ResourceGeneratorResolver getResolver()” method. Jawr defines built-in ResourceGeneratorResolvers :</p>
<ul>
<li>net.jawr.web.resource.bundle.generator.resolver.PrefixedPathResolver : For prefix path resolver</li>
<li>net.jawr.web.resource.bundle.generator.resolver.SuffixedPathResolver : For suffix path resolver</li>
</ul>
<p>To replace the following your custom generator, you need to replace</p>
<div class="source">
<pre> public class SampleJsGenerator extends AbstractJavascriptGenerator {
/* (non-Javadoc)
* @see net.jawr.web.resource.bundle.generator.ResourceGenerator#getResolver()
*/
public String getMappingPrefix() {
return "foo";
}
...
}
</pre></div>
<p>With the following :</p>
<div class="source">
<pre> public class SampleJsGenerator extends AbstractJavascriptGenerator {
/** The resolver */
private ResourceGeneratorResolver resolver;
public SampleJsGenerator(){
resolver = new PrefixedPathResolver("foo");
}
/* (non-Javadoc)
* @see net.jawr.web.resource.bundle.generator.ResourceGenerator#getResolver()
*/
public ResourceGeneratorResolver getResolver() {
return resolver;
}
...
}
</pre></div>
<ul>
<li>ResourceBundlePathsIterator :</li>
</ul>
<p>Jawr use internally a object to iterate over resource bundle path.<br /> The signature of the following method has changed :</p>
<p>| <b>Old method name in ResourceBundlePathsIterator</b> | <b>New method name in ResourceBundlePathsIterator</b> | | public String nextPath() | public BundlePath nextPath() |</p>
<ul>
<li>JSF namespace :</li>
</ul>
<p>From version 3.3.x to 3.5 the jsf namespace has changed.</p>
<p>Namespace until 3.3.x was :</p>
<div class="source">
<pre> xmlns:jawr="https://jawr.dev.java.net/jsf/facelets"
</pre></div>
<p>Namespace since 3.5 version is :</p>
<div class="source">
<pre> xmlns:jawr="https://jawr.java.net/jsf/facelets"
</pre></div></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright © 2017.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>