Download UMAC UserManagementAccessControl Free Java Code

Description

Access Control and User Management Web Application based on Spring MVC, Spring Security , Hibernate and Maven.

Icons

UMAC UserManagementAccessControl

Source Files

The download file UMAC-UserManagementAccessControl-master.zip has the following entries.


.classpath/*from   ww w . j a  va  2s . c o  m*/
.gitignore
.project
README.md
pom.xml
src/main/java/com/marciani/sample/controller/MainController.java
src/main/java/com/marciani/sample/controller/SessionController.java
src/main/java/com/marciani/sample/controller/UserController.java
src/main/java/com/marciani/sample/controller/UserManagementController.java
src/main/java/com/marciani/sample/dao/RoleDAO.java
src/main/java/com/marciani/sample/dao/TokenDAO.java
src/main/java/com/marciani/sample/dao/UserDAO.java
src/main/java/com/marciani/sample/dao/UserInfoDAO.java
src/main/java/com/marciani/sample/dao/UserProfileDAO.java
src/main/java/com/marciani/sample/entity/mail/model/Mail.java
src/main/java/com/marciani/sample/entity/mail/model/MailTemplate.java
src/main/java/com/marciani/sample/entity/mail/model/MailType.java
src/main/java/com/marciani/sample/entity/mail/service/BusinessMailServiceImpl.java
src/main/java/com/marciani/sample/entity/mail/service/MailServiceImpl.java
src/main/java/com/marciani/sample/entity/role/dao/RoleDAOImpl.java
src/main/java/com/marciani/sample/entity/role/model/Role.java
src/main/java/com/marciani/sample/entity/role/service/RoleServiceImpl.java
src/main/java/com/marciani/sample/entity/user/dao/UserDAOImpl.java
src/main/java/com/marciani/sample/entity/user/dao/UserInfoDAOImpl.java
src/main/java/com/marciani/sample/entity/user/dao/UserProfileDAOImpl.java
src/main/java/com/marciani/sample/entity/user/model/Profile.java
src/main/java/com/marciani/sample/entity/user/model/Role.java
src/main/java/com/marciani/sample/entity/user/model/User.java
src/main/java/com/marciani/sample/entity/user/model/UserInfo.java
src/main/java/com/marciani/sample/entity/user/model/UserProfile.java
src/main/java/com/marciani/sample/entity/user/service/UserServiceImpl.java
src/main/java/com/marciani/sample/exception/MailException.java
src/main/java/com/marciani/sample/exception/ReportGeneratorException.java
src/main/java/com/marciani/sample/report/model/ReportBuilder.java
src/main/java/com/marciani/sample/report/model/ReportType.java
src/main/java/com/marciani/sample/report/service/ReportServiceImpl.java
src/main/java/com/marciani/sample/security/CustomUserDetailsService.java
src/main/java/com/marciani/sample/security/dao/TokenDAOImpl.java
src/main/java/com/marciani/sample/security/model/Token.java
src/main/java/com/marciani/sample/security/service/CustomUserDetailsService.java
src/main/java/com/marciani/sample/security/service/TokenService.java
src/main/java/com/marciani/sample/service/BusinessMailService.java
src/main/java/com/marciani/sample/service/MailService.java
src/main/java/com/marciani/sample/service/ReportService.java
src/main/java/com/marciani/sample/service/RoleService.java
src/main/java/com/marciani/sample/service/UserService.java
src/main/java/com/marciani/sample/util/form/UserForm.java
src/main/resources/context/ApplicationContext.xml
src/main/resources/context/Hibernate.xml
src/main/resources/context/SecurityContext.xml
src/main/resources/properties/database.properties
src/main/resources/properties/users.properties
src/main/resources/repo/SampleAttachment.pdf
src/main/webapp/WEB-INF/common/img/Logo.png
src/main/webapp/WEB-INF/common/img/logo.ico
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/animated-overlay.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/jquery-ui-1.10.3.custom.css
src/main/webapp/WEB-INF/common/script/jquery-ui/css/ui-lightness/jquery-ui-1.10.3.custom.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/AUTHORS.txt
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/Gruntfile.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/MIT-LICENSE.txt
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/README.md
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/collapsible.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/custom-icons.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/fillspace.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/hoverintent.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/no-auto-height.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/accordion/sortable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/addClass/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/addClass/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/animate/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/animate/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/categories.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/combobox.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/custom-data.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/folding.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/london.xml
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/maxheight.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/multiple.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/remote.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/search.php
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/autocomplete/xml.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/button/checkbox.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/button/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/button/icons.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/button/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/button/radio.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/button/splitbutton.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/button/toolbar.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/alt-field.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/animation.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/buttonbar.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/date-formats.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/date-range.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/inline.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-ar.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-fr.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-he.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-zh-TW.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/localization.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/min-max.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/other-months.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/datepicker/show-week.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/demos.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/dialog/animated.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/dialog/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/dialog/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/dialog/modal-form.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/dialog/modal-message.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/dialog/modal.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/constrain-movement.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/cursor-style.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/delay-start.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/events.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/handle.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/revert.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/scroll.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/snap-to.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/sortable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/draggable/visual-feedback.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/accepted-elements.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/photo-manager.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/propagation.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/revert.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/shopping-cart.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/droppable/visual-feedback.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/effect/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/effect/easing.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/effect/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/hide/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/hide/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/images/calendar.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/images/demo-config-on.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/images/icon-docs-info.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/images/pbar-ani.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/menu/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/menu/icons.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/menu/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/position/cycler.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/position/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/position/images/earth.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/position/images/flight.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/position/images/rocket.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/position/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/progressbar/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/progressbar/indeterminate.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/progressbar/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/progressbar/label.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/removeClass/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/removeClass/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/animate.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/constrain-area.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/delay-start.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/helper.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/max-min.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/textarea.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/resizable/visual-feedback.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/selectable/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/selectable/display-grid.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/selectable/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/selectable/serialize.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/show/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/show/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/colorpicker.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/hotelrooms.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/multiple-vertical.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/range-vertical.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/range.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/rangemax.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/rangemin.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/side-scroll.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/slider-vertical.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/slider/steps.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/connect-lists.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/delay-start.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/display-grid.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/empty-lists.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/items.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/placeholder.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/sortable/portlets.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/spinner/currency.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/spinner/decimal.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/spinner/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/spinner/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/spinner/latlong.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/spinner/overflow.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/spinner/time.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/switchClass/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/switchClass/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/ajax.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/ajax/content1.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/ajax/content2.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/bottom.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/collapsible.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/manipulation.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/mouseover.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/sortable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tabs/vertical.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/toggle/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/toggle/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/toggleClass/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/toggleClass/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/ajax/content1.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/ajax/content2.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/custom-animation.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/custom-content.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/custom-style.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/forms.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/images/st-stephens.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/images/tower-bridge.jpg
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/tracking.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/tooltip/video-player.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/widget/default.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/demos/widget/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/accordion.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/autocomplete.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/blind-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/bounce-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/button.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/clip-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/datepicker.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/dialog.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/draggable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/drop-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/droppable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/explode-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/fade-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/fold-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/highlight-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/jQuery.widget.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/menu.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/mouse.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/position.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/progressbar.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/puff-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/pulsate-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/resizable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/scale-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/selectable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/shake-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/size-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/slide-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/slider.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/sortable.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/spinner.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/tabs.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/tooltip.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/docs/transfer-effect.html
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/external/globalize.culture.de-DE.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/external/globalize.culture.ja-JP.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/external/globalize.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/external/jquery.mousewheel.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/external/jshint.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/external/qunit.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/external/qunit.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/jquery-1.9.1.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/package.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/animated-overlay.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery-ui.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.all.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.autocomplete.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.base.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.button.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.core.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.datepicker.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.dialog.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.menu.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.progressbar.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.resizable.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.selectable.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.slider.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.spinner.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.tabs.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.theme.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/jquery.ui.tooltip.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/animated-overlay.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery-ui.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.accordion.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.button.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.core.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.dialog.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.menu.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.resizable.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.selectable.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.slider.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.spinner.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.tabs.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.theme.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/animated-overlay.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery-ui.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.accordion.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.all.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.base.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.button.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.core.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.dialog.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.menu.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.resizable.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.selectable.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.slider.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.spinner.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.tabs.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.theme.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.tooltip.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/animated-overlay.gif
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_diagonals-thick_18_b81900_40x40.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_diagonals-thick_20_666666_40x40.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_flat_10_000000_40x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_glass_100_f6f6f6_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_glass_100_fdf5ce_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_glass_65_ffffff_1x400.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_gloss-wave_35_f6a828_500x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-icons_222222_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-icons_228ef1_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-icons_ef8c08_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-icons_ffd27a_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/images/ui-icons_ffffff_256x240.png
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery-ui.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.accordion.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.autocomplete.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.button.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.core.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.datepicker.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.dialog.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.menu.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.progressbar.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.resizable.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.selectable.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.slider.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.spinner.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.tabs.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.theme.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/themes/ui-lightness/minified/jquery.ui.tooltip.min.css
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.accordion.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.autocomplete.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.button.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.core.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.datepicker.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.dialog.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.draggable.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.droppable.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-blind.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-bounce.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-clip.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-drop.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-explode.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-fade.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-fold.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-highlight.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-pulsate.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-scale.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-shake.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-slide.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect-transfer.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.effect.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.menu.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.mouse.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.position.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.progressbar.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.resizable.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.selectable.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.slider.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.sortable.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.spinner.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.tabs.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.tooltip.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui.widget.jquery.json
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery-ui-i18n.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-af.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-az.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-be.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-da.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-el.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-es.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CA.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-id.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-is.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-it.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ky.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nb.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nn.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-no.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-th.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery-ui.custom.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.accordion.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.button.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.core.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.dialog.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.draggable.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.droppable.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-blind.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-bounce.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-clip.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-drop.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-explode.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-fade.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-fold.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-highlight.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-pulsate.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-scale.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-shake.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-slide.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect-transfer.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.effect.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.menu.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.mouse.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.position.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.resizable.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.selectable.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.slider.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.sortable.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.spinner.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.tabs.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.tooltip.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/jquery.ui.widget.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-be.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ky.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nb.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nn.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery-ui.custom.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.button.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.datepicker.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.draggable.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.droppable.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-blind.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-clip.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-drop.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-explode.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-fade.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-fold.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-scale.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-shake.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-slide.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.effect.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.menu.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.mouse.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.slider.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.spinner.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.tabs.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.tooltip.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/development-bundle/ui/minified/jquery.ui.widget.min.js
src/main/webapp/WEB-INF/common/script/jquery-ui/index.html
src/main/webapp/WEB-INF/common/script/jquery-ui/js/jquery-1.9.1.js
src/main/webapp/WEB-INF/common/script/jquery-ui/js/jquery-ui-1.10.3.custom.js
src/main/webapp/WEB-INF/common/script/jquery-ui/js/jquery-ui-1.10.3.custom.min.js
src/main/webapp/WEB-INF/mail/Registration.html
src/main/webapp/WEB-INF/mail/registration.vm
src/main/webapp/WEB-INF/pages/failure.jsp
src/main/webapp/WEB-INF/pages/home.jsp
src/main/webapp/WEB-INF/pages/index.jsp
src/main/webapp/WEB-INF/pages/login.jsp
src/main/webapp/WEB-INF/pages/new-user.jsp
src/main/webapp/WEB-INF/pages/result.jsp
src/main/webapp/WEB-INF/pages/simple-welcome.jsp
src/main/webapp/WEB-INF/pages/user-management.jsp
src/main/webapp/WEB-INF/template/mail_user-edited-profile.vm
src/main/webapp/WEB-INF/template/mail_user-password-recovery.vm
src/main/webapp/WEB-INF/template/mail_user-registration.vm
src/main/webapp/WEB-INF/template/mail_user-removal.vm
src/main/webapp/WEB-INF/template/report_user-registration.vm
src/main/webapp/WEB-INF/web.xml

Download

Click the following link to download UMAC-UserManagementAccessControl-master.zip.

UMAC-UserManagementAccessControl-master.zip




















Home »
  Java Free Code »
    Spring »




Spring
Spring
Spring API
Spring Authentication
Spring Client
Spring CRUD
Spring Demo
Spring Example
Spring Hibernate
Spring JEE
Spring JPA
Spring JSON
Spring Maven
Spring MVC
Spring OpenID
Spring Plugin
Spring RESTful
Spring Security
Spring Template
Spring Vaadin
Spring Web
Spring XML