diff --git a/.gitignore b/.gitignore
index 05de4ef..8cf67dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,6 @@
.mtj.tmp/
# Package Files #
-*.jar
*.war
*.nar
*.ear
diff --git a/idcproject/.project b/idcproject/.project
index 2a01e24..a333661 100644
--- a/idcproject/.project
+++ b/idcproject/.project
@@ -25,12 +25,29 @@
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+ org.eclipse.m2e.core.maven2Nature
org.eclipse.jem.workbench.JavaEMFNature
org.eclipse.wst.common.modulecore.ModuleCoreNature
org.eclipse.wst.common.project.facet.core.nature
org.eclipse.jdt.core.javanature
org.eclipse.wst.jsdt.core.jsNature
+
+
+ 1744679942779
+
+ 30
+
+ org.eclipse.core.resources.regexFilterMatcher
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+
+
+
diff --git a/idcproject/.settings/org.eclipse.core.resources.prefs b/idcproject/.settings/org.eclipse.core.resources.prefs
index 42ec167..3891d37 100644
--- a/idcproject/.settings/org.eclipse.core.resources.prefs
+++ b/idcproject/.settings/org.eclipse.core.resources.prefs
@@ -2,4 +2,3 @@ eclipse.preferences.version=1
encoding//WebContent/IDC/login.jsp=UTF-8
encoding//WebContent/jsp/client/IdcClientDBList.jsp=UTF-8
encoding//WebContent/jsp/main/IdcLoginForm.jsp=UTF-8
-encoding/=UTF-8
diff --git a/idcproject/.settings/org.eclipse.jdt.core.prefs b/idcproject/.settings/org.eclipse.jdt.core.prefs
index 7341ab1..fbf1aac 100644
--- a/idcproject/.settings/org.eclipse.jdt.core.prefs
+++ b/idcproject/.settings/org.eclipse.jdt.core.prefs
@@ -1,11 +1,16 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.compliance=11
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.7
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
+org.eclipse.jdt.core.compiler.release=enabled
+org.eclipse.jdt.core.compiler.source=11
diff --git a/idcproject/.settings/org.eclipse.ltk.core.refactoring.prefs b/idcproject/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000..b196c64
--- /dev/null
+++ b/idcproject/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/idcproject/.settings/org.eclipse.m2e.core.prefs b/idcproject/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000..f897a7f
--- /dev/null
+++ b/idcproject/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/idcproject/.settings/org.eclipse.wst.common.component b/idcproject/.settings/org.eclipse.wst.common.component
index b4e5180..ce9b406 100644
--- a/idcproject/.settings/org.eclipse.wst.common.component
+++ b/idcproject/.settings/org.eclipse.wst.common.component
@@ -1,8 +1,19 @@
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
diff --git a/idcproject/.settings/org.eclipse.wst.common.project.facet.core.xml b/idcproject/.settings/org.eclipse.wst.common.project.facet.core.xml
index 8f11b7c..3dc672c 100644
--- a/idcproject/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/idcproject/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -4,7 +4,7 @@
-
+
diff --git a/idcproject/.settings/org.eclipse.wst.jsdt.core.prefs b/idcproject/.settings/org.eclipse.wst.jsdt.core.prefs
new file mode 100644
index 0000000..b92e92d
--- /dev/null
+++ b/idcproject/.settings/org.eclipse.wst.jsdt.core.prefs
@@ -0,0 +1,260 @@
+eclipse.preferences.version=1
+org.eclipse.wst.jsdt.core.formatter.align_type_members_on_columns=false
+org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_enum_constant=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_method_invocation=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_assignment=0
+org.eclipse.wst.jsdt.core.formatter.alignment_for_binary_expression=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_compact_if=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_conditional_expression=80
+org.eclipse.wst.jsdt.core.formatter.alignment_for_enum_constants=0
+org.eclipse.wst.jsdt.core.formatter.alignment_for_expressions_in_array_initializer=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_multiple_fields=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_method_declaration=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_superclass_in_type_declaration=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
+org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
+org.eclipse.wst.jsdt.core.formatter.blank_lines_after_imports=1
+org.eclipse.wst.jsdt.core.formatter.blank_lines_after_package=1
+org.eclipse.wst.jsdt.core.formatter.blank_lines_before_field=0
+org.eclipse.wst.jsdt.core.formatter.blank_lines_before_first_class_body_declaration=0
+org.eclipse.wst.jsdt.core.formatter.blank_lines_before_imports=1
+org.eclipse.wst.jsdt.core.formatter.blank_lines_before_member_type=1
+org.eclipse.wst.jsdt.core.formatter.blank_lines_before_method=1
+org.eclipse.wst.jsdt.core.formatter.blank_lines_before_new_chunk=1
+org.eclipse.wst.jsdt.core.formatter.blank_lines_before_package=0
+org.eclipse.wst.jsdt.core.formatter.blank_lines_between_import_groups=1
+org.eclipse.wst.jsdt.core.formatter.blank_lines_between_type_declarations=0
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_array_initializer=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_block=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_block_in_case=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_constant=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_declaration=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_method_declaration=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_objlit_initializer=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_switch=end_of_line
+org.eclipse.wst.jsdt.core.formatter.brace_position_for_type_declaration=end_of_line
+org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
+org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
+org.eclipse.wst.jsdt.core.formatter.comment.format_block_comments=true
+org.eclipse.wst.jsdt.core.formatter.comment.format_header=false
+org.eclipse.wst.jsdt.core.formatter.comment.format_html=true
+org.eclipse.wst.jsdt.core.formatter.comment.format_javadoc_comments=true
+org.eclipse.wst.jsdt.core.formatter.comment.format_line_comments=true
+org.eclipse.wst.jsdt.core.formatter.comment.format_source_code=true
+org.eclipse.wst.jsdt.core.formatter.comment.indent_parameter_description=true
+org.eclipse.wst.jsdt.core.formatter.comment.indent_root_tags=true
+org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_before_root_tags=insert
+org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_for_parameter=insert
+org.eclipse.wst.jsdt.core.formatter.comment.line_length=80
+org.eclipse.wst.jsdt.core.formatter.compact_else_if=true
+org.eclipse.wst.jsdt.core.formatter.continuation_indentation=2
+org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_array_initializer=2
+org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_objlit_initializer=1
+org.eclipse.wst.jsdt.core.formatter.format_guardian_clause_on_one_line=false
+org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
+org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
+org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
+org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_type_header=true
+org.eclipse.wst.jsdt.core.formatter.indent_breaks_compare_to_cases=true
+org.eclipse.wst.jsdt.core.formatter.indent_empty_lines=false
+org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_block=true
+org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_body=true
+org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_cases=true
+org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_switch=false
+org.eclipse.wst.jsdt.core.formatter.indentation.size=4
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_annotation=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_comma_in_objlit_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_objlit_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_objlit_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_block=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_method_body=insert
+org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_and_in_type_parameter=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_assignment_operator=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_binary_operator=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_brace_in_block=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_assert=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_case=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_conditional=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_for=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_object_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_annotation=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_increments=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_inits=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_ellipsis=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_function_keyword=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_postfix_operator=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_prefix_operator=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_question_in_conditional=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_semicolon_in_for=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_after_unary_operator=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_assignment_operator=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_binary_operator=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_assert=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_case=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_conditional=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_default=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_for=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_object_initializer=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_ellipsis=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_block=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_for=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_if=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_while=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_postfix_operator=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_prefix_operator=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_question_in_conditional=insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_before_unary_operator=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
+org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
+org.eclipse.wst.jsdt.core.formatter.keep_else_statement_on_same_line=false
+org.eclipse.wst.jsdt.core.formatter.keep_empty_array_initializer_on_one_line=false
+org.eclipse.wst.jsdt.core.formatter.keep_empty_objlit_initializer_on_one_line=false
+org.eclipse.wst.jsdt.core.formatter.keep_imple_if_on_one_line=false
+org.eclipse.wst.jsdt.core.formatter.keep_then_statement_on_same_line=false
+org.eclipse.wst.jsdt.core.formatter.lineSplit=80
+org.eclipse.wst.jsdt.core.formatter.never_indent_block_comments_on_first_column=false
+org.eclipse.wst.jsdt.core.formatter.never_indent_line_comments_on_first_column=false
+org.eclipse.wst.jsdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
+org.eclipse.wst.jsdt.core.formatter.number_of_empty_lines_to_preserve=1
+org.eclipse.wst.jsdt.core.formatter.put_empty_statement_on_new_line=true
+org.eclipse.wst.jsdt.core.formatter.tabulation.char=tab
+org.eclipse.wst.jsdt.core.formatter.tabulation.size=4
+org.eclipse.wst.jsdt.core.formatter.use_tabs_only_for_leading_indentations=false
+org.eclipse.wst.jsdt.core.formatter.wrap_before_binary_operator=true
diff --git a/idcproject/.settings/org.eclipse.wst.jsdt.ui.prefs b/idcproject/.settings/org.eclipse.wst.jsdt.ui.prefs
new file mode 100644
index 0000000..ead8aeb
--- /dev/null
+++ b/idcproject/.settings/org.eclipse.wst.jsdt.ui.prefs
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1
+formatter_profile=org.eclipse.wst.jsdt.ui.default.eclipse_profile
+formatter_settings_version=11
+org.eclipse.wst.jsdt.ui.text.custom_code_templates=
diff --git a/idcproject/.settings/org.eclipse.wst.validation.prefs b/idcproject/.settings/org.eclipse.wst.validation.prefs
new file mode 100644
index 0000000..04cad8c
--- /dev/null
+++ b/idcproject/.settings/org.eclipse.wst.validation.prefs
@@ -0,0 +1,2 @@
+disabled=06target
+eclipse.preferences.version=1
diff --git a/idcproject/WebContent/LayoutPage.jsp b/idcproject/WebContent/LayoutPage.jsp
new file mode 100644
index 0000000..2712aed
--- /dev/null
+++ b/idcproject/WebContent/LayoutPage.jsp
@@ -0,0 +1,213 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/idcproject/WebContent/WEB-INF/lib/commons-dbcp2-2.8.0.jar b/idcproject/WebContent/WEB-INF/lib/commons-dbcp2-2.8.0.jar
new file mode 100644
index 0000000..58653c9
Binary files /dev/null and b/idcproject/WebContent/WEB-INF/lib/commons-dbcp2-2.8.0.jar differ
diff --git a/idcproject/WebContent/WEB-INF/lib/commons-logging-1.2.jar b/idcproject/WebContent/WEB-INF/lib/commons-logging-1.2.jar
new file mode 100644
index 0000000..93a3b9f
Binary files /dev/null and b/idcproject/WebContent/WEB-INF/lib/commons-logging-1.2.jar differ
diff --git a/idcproject/WebContent/WEB-INF/lib/commons-pool2-2.9.0.jar b/idcproject/WebContent/WEB-INF/lib/commons-pool2-2.9.0.jar
new file mode 100644
index 0000000..a038b36
Binary files /dev/null and b/idcproject/WebContent/WEB-INF/lib/commons-pool2-2.9.0.jar differ
diff --git a/idcproject/WebContent/WEB-INF/web.xml b/idcproject/WebContent/WEB-INF/web.xml
new file mode 100644
index 0000000..4214bb9
--- /dev/null
+++ b/idcproject/WebContent/WEB-INF/web.xml
@@ -0,0 +1,4711 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ default
+ org.apache.catalina.servlets.DefaultServlet
+
+ debug
+ 0
+
+
+ listings
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ jsp
+ org.apache.jasper.servlet.JspServlet
+
+ fork
+ false
+
+
+ xpoweredBy
+ false
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ default
+ /
+
+
+
+
+ jsp
+ *.jsp
+ *.jspx
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 30
+
+
+
+
+
+
+
+
+
+
+
+
+ 123
+ application/vnd.lotus-1-2-3
+
+
+ 3dml
+ text/vnd.in3d.3dml
+
+
+ 3ds
+ image/x-3ds
+
+
+ 3g2
+ video/3gpp2
+
+
+ 3gp
+ video/3gpp
+
+
+ 7z
+ application/x-7z-compressed
+
+
+ aab
+ application/x-authorware-bin
+
+
+ aac
+ audio/x-aac
+
+
+ aam
+ application/x-authorware-map
+
+
+ aas
+ application/x-authorware-seg
+
+
+ abs
+ audio/x-mpeg
+
+
+ abw
+ application/x-abiword
+
+
+ ac
+ application/pkix-attr-cert
+
+
+ acc
+ application/vnd.americandynamics.acc
+
+
+ ace
+ application/x-ace-compressed
+
+
+ acu
+ application/vnd.acucobol
+
+
+ acutc
+ application/vnd.acucorp
+
+
+ adp
+ audio/adpcm
+
+
+ aep
+ application/vnd.audiograph
+
+
+ afm
+ application/x-font-type1
+
+
+ afp
+ application/vnd.ibm.modcap
+
+
+ ahead
+ application/vnd.ahead.space
+
+
+ ai
+ application/postscript
+
+
+ aif
+ audio/x-aiff
+
+
+ aifc
+ audio/x-aiff
+
+
+ aiff
+ audio/x-aiff
+
+
+ aim
+ application/x-aim
+
+
+ air
+ application/vnd.adobe.air-application-installer-package+zip
+
+
+ ait
+ application/vnd.dvb.ait
+
+
+ ami
+ application/vnd.amiga.ami
+
+
+ anx
+ application/annodex
+
+
+ apk
+ application/vnd.android.package-archive
+
+
+ appcache
+ text/cache-manifest
+
+
+ application
+ application/x-ms-application
+
+
+ apr
+ application/vnd.lotus-approach
+
+
+ arc
+ application/x-freearc
+
+
+ art
+ image/x-jg
+
+
+ asc
+ application/pgp-signature
+
+
+ asf
+ video/x-ms-asf
+
+
+ asm
+ text/x-asm
+
+
+ aso
+ application/vnd.accpac.simply.aso
+
+
+ asx
+ video/x-ms-asf
+
+
+ atc
+ application/vnd.acucorp
+
+
+ atom
+ application/atom+xml
+
+
+ atomcat
+ application/atomcat+xml
+
+
+ atomsvc
+ application/atomsvc+xml
+
+
+ atx
+ application/vnd.antix.game-component
+
+
+ au
+ audio/basic
+
+
+ avi
+ video/x-msvideo
+
+
+ avx
+ video/x-rad-screenplay
+
+
+ aw
+ application/applixware
+
+
+ axa
+ audio/annodex
+
+
+ axv
+ video/annodex
+
+
+ azf
+ application/vnd.airzip.filesecure.azf
+
+
+ azs
+ application/vnd.airzip.filesecure.azs
+
+
+ azw
+ application/vnd.amazon.ebook
+
+
+ bat
+ application/x-msdownload
+
+
+ bcpio
+ application/x-bcpio
+
+
+ bdf
+ application/x-font-bdf
+
+
+ bdm
+ application/vnd.syncml.dm+wbxml
+
+
+ bed
+ application/vnd.realvnc.bed
+
+
+ bh2
+ application/vnd.fujitsu.oasysprs
+
+
+ bin
+ application/octet-stream
+
+
+ blb
+ application/x-blorb
+
+
+ blorb
+ application/x-blorb
+
+
+ bmi
+ application/vnd.bmi
+
+
+ bmp
+ image/bmp
+
+
+ body
+ text/html
+
+
+ book
+ application/vnd.framemaker
+
+
+ box
+ application/vnd.previewsystems.box
+
+
+ boz
+ application/x-bzip2
+
+
+ bpk
+ application/octet-stream
+
+
+ btif
+ image/prs.btif
+
+
+ bz
+ application/x-bzip
+
+
+ bz2
+ application/x-bzip2
+
+
+ c
+ text/x-c
+
+
+ c11amc
+ application/vnd.cluetrust.cartomobile-config
+
+
+ c11amz
+ application/vnd.cluetrust.cartomobile-config-pkg
+
+
+ c4d
+ application/vnd.clonk.c4group
+
+
+ c4f
+ application/vnd.clonk.c4group
+
+
+ c4g
+ application/vnd.clonk.c4group
+
+
+ c4p
+ application/vnd.clonk.c4group
+
+
+ c4u
+ application/vnd.clonk.c4group
+
+
+ cab
+ application/vnd.ms-cab-compressed
+
+
+ caf
+ audio/x-caf
+
+
+ cap
+ application/vnd.tcpdump.pcap
+
+
+ car
+ application/vnd.curl.car
+
+
+ cat
+ application/vnd.ms-pki.seccat
+
+
+ cb7
+ application/x-cbr
+
+
+ cba
+ application/x-cbr
+
+
+ cbr
+ application/x-cbr
+
+
+ cbt
+ application/x-cbr
+
+
+ cbz
+ application/x-cbr
+
+
+ cc
+ text/x-c
+
+
+ cct
+ application/x-director
+
+
+ ccxml
+ application/ccxml+xml
+
+
+ cdbcmsg
+ application/vnd.contact.cmsg
+
+
+ cdf
+ application/x-cdf
+
+
+ cdkey
+ application/vnd.mediastation.cdkey
+
+
+ cdmia
+ application/cdmi-capability
+
+
+ cdmic
+ application/cdmi-container
+
+
+ cdmid
+ application/cdmi-domain
+
+
+ cdmio
+ application/cdmi-object
+
+
+ cdmiq
+ application/cdmi-queue
+
+
+ cdx
+ chemical/x-cdx
+
+
+ cdxml
+ application/vnd.chemdraw+xml
+
+
+ cdy
+ application/vnd.cinderella
+
+
+ cer
+ application/pkix-cert
+
+
+ cfs
+ application/x-cfs-compressed
+
+
+ cgm
+ image/cgm
+
+
+ chat
+ application/x-chat
+
+
+ chm
+ application/vnd.ms-htmlhelp
+
+
+ chrt
+ application/vnd.kde.kchart
+
+
+ cif
+ chemical/x-cif
+
+
+ cii
+ application/vnd.anser-web-certificate-issue-initiation
+
+
+ cil
+ application/vnd.ms-artgalry
+
+
+ cla
+ application/vnd.claymore
+
+
+ class
+ application/java
+
+
+ clkk
+ application/vnd.crick.clicker.keyboard
+
+
+ clkp
+ application/vnd.crick.clicker.palette
+
+
+ clkt
+ application/vnd.crick.clicker.template
+
+
+ clkw
+ application/vnd.crick.clicker.wordbank
+
+
+ clkx
+ application/vnd.crick.clicker
+
+
+ clp
+ application/x-msclip
+
+
+ cmc
+ application/vnd.cosmocaller
+
+
+ cmdf
+ chemical/x-cmdf
+
+
+ cml
+ chemical/x-cml
+
+
+ cmp
+ application/vnd.yellowriver-custom-menu
+
+
+ cmx
+ image/x-cmx
+
+
+ cod
+ application/vnd.rim.cod
+
+
+ com
+ application/x-msdownload
+
+
+ conf
+ text/plain
+
+
+ cpio
+ application/x-cpio
+
+
+ cpp
+ text/x-c
+
+
+ cpt
+ application/mac-compactpro
+
+
+ crd
+ application/x-mscardfile
+
+
+ crl
+ application/pkix-crl
+
+
+ crt
+ application/x-x509-ca-cert
+
+
+ cryptonote
+ application/vnd.rig.cryptonote
+
+
+ csh
+ application/x-csh
+
+
+ csml
+ chemical/x-csml
+
+
+ csp
+ application/vnd.commonspace
+
+
+ css
+ text/css
+
+
+ cst
+ application/x-director
+
+
+ csv
+ text/csv
+
+
+ cu
+ application/cu-seeme
+
+
+ curl
+ text/vnd.curl
+
+
+ cww
+ application/prs.cww
+
+
+ cxt
+ application/x-director
+
+
+ cxx
+ text/x-c
+
+
+ dae
+ model/vnd.collada+xml
+
+
+ daf
+ application/vnd.mobius.daf
+
+
+ dart
+ application/vnd.dart
+
+
+ dataless
+ application/vnd.fdsn.seed
+
+
+ davmount
+ application/davmount+xml
+
+
+ dbk
+ application/docbook+xml
+
+
+ dcr
+ application/x-director
+
+
+ dcurl
+ text/vnd.curl.dcurl
+
+
+ dd2
+ application/vnd.oma.dd2+xml
+
+
+ ddd
+ application/vnd.fujixerox.ddd
+
+
+ deb
+ application/x-debian-package
+
+
+ def
+ text/plain
+
+
+ deploy
+ application/octet-stream
+
+
+ der
+ application/x-x509-ca-cert
+
+
+ dfac
+ application/vnd.dreamfactory
+
+
+ dgc
+ application/x-dgc-compressed
+
+
+ dib
+ image/bmp
+
+
+ dic
+ text/x-c
+
+
+ dir
+ application/x-director
+
+
+ dis
+ application/vnd.mobius.dis
+
+
+ dist
+ application/octet-stream
+
+
+ distz
+ application/octet-stream
+
+
+ djv
+ image/vnd.djvu
+
+
+ djvu
+ image/vnd.djvu
+
+
+ dll
+ application/x-msdownload
+
+
+ dmg
+ application/x-apple-diskimage
+
+
+ dmp
+ application/vnd.tcpdump.pcap
+
+
+ dms
+ application/octet-stream
+
+
+ dna
+ application/vnd.dna
+
+
+ doc
+ application/msword
+
+
+ docm
+ application/vnd.ms-word.document.macroenabled.12
+
+
+ docx
+ application/vnd.openxmlformats-officedocument.wordprocessingml.document
+
+
+ dot
+ application/msword
+
+
+ dotm
+ application/vnd.ms-word.template.macroenabled.12
+
+
+ dotx
+ application/vnd.openxmlformats-officedocument.wordprocessingml.template
+
+
+ dp
+ application/vnd.osgi.dp
+
+
+ dpg
+ application/vnd.dpgraph
+
+
+ dra
+ audio/vnd.dra
+
+
+ dsc
+ text/prs.lines.tag
+
+
+ dssc
+ application/dssc+der
+
+
+ dtb
+ application/x-dtbook+xml
+
+
+ dtd
+ application/xml-dtd
+
+
+ dts
+ audio/vnd.dts
+
+
+ dtshd
+ audio/vnd.dts.hd
+
+
+ dump
+ application/octet-stream
+
+
+ dv
+ video/x-dv
+
+
+ dvb
+ video/vnd.dvb.file
+
+
+ dvi
+ application/x-dvi
+
+
+ dwf
+ model/vnd.dwf
+
+
+ dwg
+ image/vnd.dwg
+
+
+ dxf
+ image/vnd.dxf
+
+
+ dxp
+ application/vnd.spotfire.dxp
+
+
+ dxr
+ application/x-director
+
+
+ ecelp4800
+ audio/vnd.nuera.ecelp4800
+
+
+ ecelp7470
+ audio/vnd.nuera.ecelp7470
+
+
+ ecelp9600
+ audio/vnd.nuera.ecelp9600
+
+
+ ecma
+ application/ecmascript
+
+
+ edm
+ application/vnd.novadigm.edm
+
+
+ edx
+ application/vnd.novadigm.edx
+
+
+ efif
+ application/vnd.picsel
+
+
+ ei6
+ application/vnd.pg.osasli
+
+
+ elc
+ application/octet-stream
+
+
+ emf
+ application/x-msmetafile
+
+
+ eml
+ message/rfc822
+
+
+ emma
+ application/emma+xml
+
+
+ emz
+ application/x-msmetafile
+
+
+ eol
+ audio/vnd.digital-winds
+
+
+ eot
+ application/vnd.ms-fontobject
+
+
+ eps
+ application/postscript
+
+
+ epub
+ application/epub+zip
+
+
+ es3
+ application/vnd.eszigno3+xml
+
+
+ esa
+ application/vnd.osgi.subsystem
+
+
+ esf
+ application/vnd.epson.esf
+
+
+ et3
+ application/vnd.eszigno3+xml
+
+
+ etx
+ text/x-setext
+
+
+ eva
+ application/x-eva
+
+
+ evy
+ application/x-envoy
+
+
+ exe
+ application/octet-stream
+
+
+ exi
+ application/exi
+
+
+ ext
+ application/vnd.novadigm.ext
+
+
+ ez
+ application/andrew-inset
+
+
+ ez2
+ application/vnd.ezpix-album
+
+
+ ez3
+ application/vnd.ezpix-package
+
+
+ f
+ text/x-fortran
+
+
+ f4v
+ video/x-f4v
+
+
+ f77
+ text/x-fortran
+
+
+ f90
+ text/x-fortran
+
+
+ fbs
+ image/vnd.fastbidsheet
+
+
+ fcdt
+ application/vnd.adobe.formscentral.fcdt
+
+
+ fcs
+ application/vnd.isac.fcs
+
+
+ fdf
+ application/vnd.fdf
+
+
+ fe_launch
+ application/vnd.denovo.fcselayout-link
+
+
+ fg5
+ application/vnd.fujitsu.oasysgp
+
+
+ fgd
+ application/x-director
+
+
+ fh
+ image/x-freehand
+
+
+ fh4
+ image/x-freehand
+
+
+ fh5
+ image/x-freehand
+
+
+ fh7
+ image/x-freehand
+
+
+ fhc
+ image/x-freehand
+
+
+ fig
+ application/x-xfig
+
+
+ flac
+ audio/flac
+
+
+ fli
+ video/x-fli
+
+
+ flo
+ application/vnd.micrografx.flo
+
+
+ flv
+ video/x-flv
+
+
+ flw
+ application/vnd.kde.kivio
+
+
+ flx
+ text/vnd.fmi.flexstor
+
+
+ fly
+ text/vnd.fly
+
+
+ fm
+ application/vnd.framemaker
+
+
+ fnc
+ application/vnd.frogans.fnc
+
+
+ for
+ text/x-fortran
+
+
+ fpx
+ image/vnd.fpx
+
+
+ frame
+ application/vnd.framemaker
+
+
+ fsc
+ application/vnd.fsc.weblaunch
+
+
+ fst
+ image/vnd.fst
+
+
+ ftc
+ application/vnd.fluxtime.clip
+
+
+ fti
+ application/vnd.anser-web-funds-transfer-initiation
+
+
+ fvt
+ video/vnd.fvt
+
+
+ fxp
+ application/vnd.adobe.fxp
+
+
+ fxpl
+ application/vnd.adobe.fxp
+
+
+ fzs
+ application/vnd.fuzzysheet
+
+
+ g2w
+ application/vnd.geoplan
+
+
+ g3
+ image/g3fax
+
+
+ g3w
+ application/vnd.geospace
+
+
+ gac
+ application/vnd.groove-account
+
+
+ gam
+ application/x-tads
+
+
+ gbr
+ application/rpki-ghostbusters
+
+
+ gca
+ application/x-gca-compressed
+
+
+ gdl
+ model/vnd.gdl
+
+
+ geo
+ application/vnd.dynageo
+
+
+ gex
+ application/vnd.geometry-explorer
+
+
+ ggb
+ application/vnd.geogebra.file
+
+
+ ggt
+ application/vnd.geogebra.tool
+
+
+ ghf
+ application/vnd.groove-help
+
+
+ gif
+ image/gif
+
+
+ gim
+ application/vnd.groove-identity-message
+
+
+ gml
+ application/gml+xml
+
+
+ gmx
+ application/vnd.gmx
+
+
+ gnumeric
+ application/x-gnumeric
+
+
+ gph
+ application/vnd.flographit
+
+
+ gpx
+ application/gpx+xml
+
+
+ gqf
+ application/vnd.grafeq
+
+
+ gqs
+ application/vnd.grafeq
+
+
+ gram
+ application/srgs
+
+
+ gramps
+ application/x-gramps-xml
+
+
+ gre
+ application/vnd.geometry-explorer
+
+
+ grv
+ application/vnd.groove-injector
+
+
+ grxml
+ application/srgs+xml
+
+
+ gsf
+ application/x-font-ghostscript
+
+
+ gtar
+ application/x-gtar
+
+
+ gtm
+ application/vnd.groove-tool-message
+
+
+ gtw
+ model/vnd.gtw
+
+
+ gv
+ text/vnd.graphviz
+
+
+ gxf
+ application/gxf
+
+
+ gxt
+ application/vnd.geonext
+
+
+ gz
+ application/x-gzip
+
+
+ h
+ text/x-c
+
+
+ h261
+ video/h261
+
+
+ h263
+ video/h263
+
+
+ h264
+ video/h264
+
+
+ hal
+ application/vnd.hal+xml
+
+
+ hbci
+ application/vnd.hbci
+
+
+ hdf
+ application/x-hdf
+
+
+ hh
+ text/x-c
+
+
+ hlp
+ application/winhlp
+
+
+ hpgl
+ application/vnd.hp-hpgl
+
+
+ hpid
+ application/vnd.hp-hpid
+
+
+ hps
+ application/vnd.hp-hps
+
+
+ hqx
+ application/mac-binhex40
+
+
+ htc
+ text/x-component
+
+
+ htke
+ application/vnd.kenameaapp
+
+
+ htm
+ text/html
+
+
+ html
+ text/html
+
+
+ hvd
+ application/vnd.yamaha.hv-dic
+
+
+ hvp
+ application/vnd.yamaha.hv-voice
+
+
+ hvs
+ application/vnd.yamaha.hv-script
+
+
+ i2g
+ application/vnd.intergeo
+
+
+ icc
+ application/vnd.iccprofile
+
+
+ ice
+ x-conference/x-cooltalk
+
+
+ icm
+ application/vnd.iccprofile
+
+
+ ico
+ image/x-icon
+
+
+ ics
+ text/calendar
+
+
+ ief
+ image/ief
+
+
+ ifb
+ text/calendar
+
+
+ ifm
+ application/vnd.shana.informed.formdata
+
+
+ iges
+ model/iges
+
+
+ igl
+ application/vnd.igloader
+
+
+ igm
+ application/vnd.insors.igm
+
+
+ igs
+ model/iges
+
+
+ igx
+ application/vnd.micrografx.igx
+
+
+ iif
+ application/vnd.shana.informed.interchange
+
+
+ imp
+ application/vnd.accpac.simply.imp
+
+
+ ims
+ application/vnd.ms-ims
+
+
+ in
+ text/plain
+
+
+ ink
+ application/inkml+xml
+
+
+ inkml
+ application/inkml+xml
+
+
+ install
+ application/x-install-instructions
+
+
+ iota
+ application/vnd.astraea-software.iota
+
+
+ ipfix
+ application/ipfix
+
+
+ ipk
+ application/vnd.shana.informed.package
+
+
+ irm
+ application/vnd.ibm.rights-management
+
+
+ irp
+ application/vnd.irepository.package+xml
+
+
+ iso
+ application/x-iso9660-image
+
+
+ itp
+ application/vnd.shana.informed.formtemplate
+
+
+ ivp
+ application/vnd.immervision-ivp
+
+
+ ivu
+ application/vnd.immervision-ivu
+
+
+ jad
+ text/vnd.sun.j2me.app-descriptor
+
+
+ jam
+ application/vnd.jam
+
+
+ jar
+ application/java-archive
+
+
+ java
+ text/x-java-source
+
+
+ jisp
+ application/vnd.jisp
+
+
+ jlt
+ application/vnd.hp-jlyt
+
+
+ jnlp
+ application/x-java-jnlp-file
+
+
+ joda
+ application/vnd.joost.joda-archive
+
+
+ jpe
+ image/jpeg
+
+
+ jpeg
+ image/jpeg
+
+
+ jpg
+ image/jpeg
+
+
+ jpgm
+ video/jpm
+
+
+ jpgv
+ video/jpeg
+
+
+ jpm
+ video/jpm
+
+
+ js
+ application/javascript
+
+
+ jsf
+ text/plain
+
+
+ json
+ application/json
+
+
+ jsonml
+ application/jsonml+json
+
+
+ jspf
+ text/plain
+
+
+ kar
+ audio/midi
+
+
+ karbon
+ application/vnd.kde.karbon
+
+
+ kfo
+ application/vnd.kde.kformula
+
+
+ kia
+ application/vnd.kidspiration
+
+
+ kml
+ application/vnd.google-earth.kml+xml
+
+
+ kmz
+ application/vnd.google-earth.kmz
+
+
+ kne
+ application/vnd.kinar
+
+
+ knp
+ application/vnd.kinar
+
+
+ kon
+ application/vnd.kde.kontour
+
+
+ kpr
+ application/vnd.kde.kpresenter
+
+
+ kpt
+ application/vnd.kde.kpresenter
+
+
+ kpxx
+ application/vnd.ds-keypoint
+
+
+ ksp
+ application/vnd.kde.kspread
+
+
+ ktr
+ application/vnd.kahootz
+
+
+ ktx
+ image/ktx
+
+
+ ktz
+ application/vnd.kahootz
+
+
+ kwd
+ application/vnd.kde.kword
+
+
+ kwt
+ application/vnd.kde.kword
+
+
+ lasxml
+ application/vnd.las.las+xml
+
+
+ latex
+ application/x-latex
+
+
+ lbd
+ application/vnd.llamagraphics.life-balance.desktop
+
+
+ lbe
+ application/vnd.llamagraphics.life-balance.exchange+xml
+
+
+ les
+ application/vnd.hhe.lesson-player
+
+
+ lha
+ application/x-lzh-compressed
+
+
+ link66
+ application/vnd.route66.link66+xml
+
+
+ list
+ text/plain
+
+
+ list3820
+ application/vnd.ibm.modcap
+
+
+ listafp
+ application/vnd.ibm.modcap
+
+
+ lnk
+ application/x-ms-shortcut
+
+
+ log
+ text/plain
+
+
+ lostxml
+ application/lost+xml
+
+
+ lrf
+ application/octet-stream
+
+
+ lrm
+ application/vnd.ms-lrm
+
+
+ ltf
+ application/vnd.frogans.ltf
+
+
+ lvp
+ audio/vnd.lucent.voice
+
+
+ lwp
+ application/vnd.lotus-wordpro
+
+
+ lzh
+ application/x-lzh-compressed
+
+
+ m13
+ application/x-msmediaview
+
+
+ m14
+ application/x-msmediaview
+
+
+ m1v
+ video/mpeg
+
+
+ m21
+ application/mp21
+
+
+ m2a
+ audio/mpeg
+
+
+ m2v
+ video/mpeg
+
+
+ m3a
+ audio/mpeg
+
+
+ m3u
+ audio/x-mpegurl
+
+
+ m3u8
+ application/vnd.apple.mpegurl
+
+
+ m4a
+ audio/mp4
+
+
+ m4b
+ audio/mp4
+
+
+ m4r
+ audio/mp4
+
+
+ m4u
+ video/vnd.mpegurl
+
+
+ m4v
+ video/mp4
+
+
+ ma
+ application/mathematica
+
+
+ mac
+ image/x-macpaint
+
+
+ mads
+ application/mads+xml
+
+
+ mag
+ application/vnd.ecowin.chart
+
+
+ maker
+ application/vnd.framemaker
+
+
+ man
+ text/troff
+
+
+ mar
+ application/octet-stream
+
+
+ mathml
+ application/mathml+xml
+
+
+ mb
+ application/mathematica
+
+
+ mbk
+ application/vnd.mobius.mbk
+
+
+ mbox
+ application/mbox
+
+
+ mc1
+ application/vnd.medcalcdata
+
+
+ mcd
+ application/vnd.mcd
+
+
+ mcurl
+ text/vnd.curl.mcurl
+
+
+ mdb
+ application/x-msaccess
+
+
+ mdi
+ image/vnd.ms-modi
+
+
+ me
+ text/troff
+
+
+ mesh
+ model/mesh
+
+
+ meta4
+ application/metalink4+xml
+
+
+ metalink
+ application/metalink+xml
+
+
+ mets
+ application/mets+xml
+
+
+ mfm
+ application/vnd.mfmp
+
+
+ mft
+ application/rpki-manifest
+
+
+ mgp
+ application/vnd.osgeo.mapguide.package
+
+
+ mgz
+ application/vnd.proteus.magazine
+
+
+ mid
+ audio/midi
+
+
+ midi
+ audio/midi
+
+
+ mie
+ application/x-mie
+
+
+ mif
+ application/x-mif
+
+
+ mime
+ message/rfc822
+
+
+ mj2
+ video/mj2
+
+
+ mjp2
+ video/mj2
+
+
+ mk3d
+ video/x-matroska
+
+
+ mka
+ audio/x-matroska
+
+
+ mks
+ video/x-matroska
+
+
+ mkv
+ video/x-matroska
+
+
+ mlp
+ application/vnd.dolby.mlp
+
+
+ mmd
+ application/vnd.chipnuts.karaoke-mmd
+
+
+ mmf
+ application/vnd.smaf
+
+
+ mmr
+ image/vnd.fujixerox.edmics-mmr
+
+
+ mng
+ video/x-mng
+
+
+ mny
+ application/x-msmoney
+
+
+ mobi
+ application/x-mobipocket-ebook
+
+
+ mods
+ application/mods+xml
+
+
+ mov
+ video/quicktime
+
+
+ movie
+ video/x-sgi-movie
+
+
+ mp1
+ audio/mpeg
+
+
+ mp2
+ audio/mpeg
+
+
+ mp21
+ application/mp21
+
+
+ mp2a
+ audio/mpeg
+
+
+ mp3
+ audio/mpeg
+
+
+ mp4
+ video/mp4
+
+
+ mp4a
+ audio/mp4
+
+
+ mp4s
+ application/mp4
+
+
+ mp4v
+ video/mp4
+
+
+ mpa
+ audio/mpeg
+
+
+ mpc
+ application/vnd.mophun.certificate
+
+
+ mpe
+ video/mpeg
+
+
+ mpeg
+ video/mpeg
+
+
+ mpega
+ audio/x-mpeg
+
+
+ mpg
+ video/mpeg
+
+
+ mpg4
+ video/mp4
+
+
+ mpga
+ audio/mpeg
+
+
+ mpkg
+ application/vnd.apple.installer+xml
+
+
+ mpm
+ application/vnd.blueice.multipass
+
+
+ mpn
+ application/vnd.mophun.application
+
+
+ mpp
+ application/vnd.ms-project
+
+
+ mpt
+ application/vnd.ms-project
+
+
+ mpv2
+ video/mpeg2
+
+
+ mpy
+ application/vnd.ibm.minipay
+
+
+ mqy
+ application/vnd.mobius.mqy
+
+
+ mrc
+ application/marc
+
+
+ mrcx
+ application/marcxml+xml
+
+
+ ms
+ text/troff
+
+
+ mscml
+ application/mediaservercontrol+xml
+
+
+ mseed
+ application/vnd.fdsn.mseed
+
+
+ mseq
+ application/vnd.mseq
+
+
+ msf
+ application/vnd.epson.msf
+
+
+ msh
+ model/mesh
+
+
+ msi
+ application/x-msdownload
+
+
+ msl
+ application/vnd.mobius.msl
+
+
+ msty
+ application/vnd.muvee.style
+
+
+ mts
+ model/vnd.mts
+
+
+ mus
+ application/vnd.musician
+
+
+ musicxml
+ application/vnd.recordare.musicxml+xml
+
+
+ mvb
+ application/x-msmediaview
+
+
+ mwf
+ application/vnd.mfer
+
+
+ mxf
+ application/mxf
+
+
+ mxl
+ application/vnd.recordare.musicxml
+
+
+ mxml
+ application/xv+xml
+
+
+ mxs
+ application/vnd.triscape.mxs
+
+
+ mxu
+ video/vnd.mpegurl
+
+
+ n-gage
+ application/vnd.nokia.n-gage.symbian.install
+
+
+ n3
+ text/n3
+
+
+ nb
+ application/mathematica
+
+
+ nbp
+ application/vnd.wolfram.player
+
+
+ nc
+ application/x-netcdf
+
+
+ ncx
+ application/x-dtbncx+xml
+
+
+ nfo
+ text/x-nfo
+
+
+ ngdat
+ application/vnd.nokia.n-gage.data
+
+
+ nitf
+ application/vnd.nitf
+
+
+ nlu
+ application/vnd.neurolanguage.nlu
+
+
+ nml
+ application/vnd.enliven
+
+
+ nnd
+ application/vnd.noblenet-directory
+
+
+ nns
+ application/vnd.noblenet-sealer
+
+
+ nnw
+ application/vnd.noblenet-web
+
+
+ npx
+ image/vnd.net-fpx
+
+
+ nsc
+ application/x-conference
+
+
+ nsf
+ application/vnd.lotus-notes
+
+
+ ntf
+ application/vnd.nitf
+
+
+ nzb
+ application/x-nzb
+
+
+ oa2
+ application/vnd.fujitsu.oasys2
+
+
+ oa3
+ application/vnd.fujitsu.oasys3
+
+
+ oas
+ application/vnd.fujitsu.oasys
+
+
+ obd
+ application/x-msbinder
+
+
+ obj
+ application/x-tgif
+
+
+ oda
+ application/oda
+
+
+
+ odb
+ application/vnd.oasis.opendocument.database
+
+
+
+ odc
+ application/vnd.oasis.opendocument.chart
+
+
+
+ odf
+ application/vnd.oasis.opendocument.formula
+
+
+ odft
+ application/vnd.oasis.opendocument.formula-template
+
+
+
+ odg
+ application/vnd.oasis.opendocument.graphics
+
+
+
+ odi
+ application/vnd.oasis.opendocument.image
+
+
+
+ odm
+ application/vnd.oasis.opendocument.text-master
+
+
+
+ odp
+ application/vnd.oasis.opendocument.presentation
+
+
+
+ ods
+ application/vnd.oasis.opendocument.spreadsheet
+
+
+
+ odt
+ application/vnd.oasis.opendocument.text
+
+
+ oga
+ audio/ogg
+
+
+ ogg
+ audio/ogg
+
+
+ ogv
+ video/ogg
+
+
+
+ ogx
+ application/ogg
+
+
+ omdoc
+ application/omdoc+xml
+
+
+ onepkg
+ application/onenote
+
+
+ onetmp
+ application/onenote
+
+
+ onetoc
+ application/onenote
+
+
+ onetoc2
+ application/onenote
+
+
+ opf
+ application/oebps-package+xml
+
+
+ opml
+ text/x-opml
+
+
+ oprc
+ application/vnd.palm
+
+
+ org
+ application/vnd.lotus-organizer
+
+
+ osf
+ application/vnd.yamaha.openscoreformat
+
+
+ osfpvg
+ application/vnd.yamaha.openscoreformat.osfpvg+xml
+
+
+ otc
+ application/vnd.oasis.opendocument.chart-template
+
+
+ otf
+ font/otf
+
+
+
+ otg
+ application/vnd.oasis.opendocument.graphics-template
+
+
+
+ oth
+ application/vnd.oasis.opendocument.text-web
+
+
+ oti
+ application/vnd.oasis.opendocument.image-template
+
+
+
+ otp
+ application/vnd.oasis.opendocument.presentation-template
+
+
+
+ ots
+ application/vnd.oasis.opendocument.spreadsheet-template
+
+
+
+ ott
+ application/vnd.oasis.opendocument.text-template
+
+
+ oxps
+ application/oxps
+
+
+ oxt
+ application/vnd.openofficeorg.extension
+
+
+ p
+ text/x-pascal
+
+
+ p10
+ application/pkcs10
+
+
+ p12
+ application/x-pkcs12
+
+
+ p7b
+ application/x-pkcs7-certificates
+
+
+ p7c
+ application/pkcs7-mime
+
+
+ p7m
+ application/pkcs7-mime
+
+
+ p7r
+ application/x-pkcs7-certreqresp
+
+
+ p7s
+ application/pkcs7-signature
+
+
+ p8
+ application/pkcs8
+
+
+ pas
+ text/x-pascal
+
+
+ paw
+ application/vnd.pawaafile
+
+
+ pbd
+ application/vnd.powerbuilder6
+
+
+ pbm
+ image/x-portable-bitmap
+
+
+ pcap
+ application/vnd.tcpdump.pcap
+
+
+ pcf
+ application/x-font-pcf
+
+
+ pcl
+ application/vnd.hp-pcl
+
+
+ pclxl
+ application/vnd.hp-pclxl
+
+
+ pct
+ image/pict
+
+
+ pcurl
+ application/vnd.curl.pcurl
+
+
+ pcx
+ image/x-pcx
+
+
+ pdb
+ application/vnd.palm
+
+
+ pdf
+ application/pdf
+
+
+ pfa
+ application/x-font-type1
+
+
+ pfb
+ application/x-font-type1
+
+
+ pfm
+ application/x-font-type1
+
+
+ pfr
+ application/font-tdpfr
+
+
+ pfx
+ application/x-pkcs12
+
+
+ pgm
+ image/x-portable-graymap
+
+
+ pgn
+ application/x-chess-pgn
+
+
+ pgp
+ application/pgp-encrypted
+
+
+ pic
+ image/pict
+
+
+ pict
+ image/pict
+
+
+ pkg
+ application/octet-stream
+
+
+ pki
+ application/pkixcmp
+
+
+ pkipath
+ application/pkix-pkipath
+
+
+ plb
+ application/vnd.3gpp.pic-bw-large
+
+
+ plc
+ application/vnd.mobius.plc
+
+
+ plf
+ application/vnd.pocketlearn
+
+
+ pls
+ audio/x-scpls
+
+
+ pml
+ application/vnd.ctc-posml
+
+
+ png
+ image/png
+
+
+ pnm
+ image/x-portable-anymap
+
+
+ pnt
+ image/x-macpaint
+
+
+ portpkg
+ application/vnd.macports.portpkg
+
+
+ pot
+ application/vnd.ms-powerpoint
+
+
+ potm
+ application/vnd.ms-powerpoint.template.macroenabled.12
+
+
+ potx
+ application/vnd.openxmlformats-officedocument.presentationml.template
+
+
+ ppam
+ application/vnd.ms-powerpoint.addin.macroenabled.12
+
+
+ ppd
+ application/vnd.cups-ppd
+
+
+ ppm
+ image/x-portable-pixmap
+
+
+ pps
+ application/vnd.ms-powerpoint
+
+
+ ppsm
+ application/vnd.ms-powerpoint.slideshow.macroenabled.12
+
+
+ ppsx
+ application/vnd.openxmlformats-officedocument.presentationml.slideshow
+
+
+ ppt
+ application/vnd.ms-powerpoint
+
+
+ pptm
+ application/vnd.ms-powerpoint.presentation.macroenabled.12
+
+
+ pptx
+ application/vnd.openxmlformats-officedocument.presentationml.presentation
+
+
+ pqa
+ application/vnd.palm
+
+
+ prc
+ application/x-mobipocket-ebook
+
+
+ pre
+ application/vnd.lotus-freelance
+
+
+ prf
+ application/pics-rules
+
+
+ ps
+ application/postscript
+
+
+ psb
+ application/vnd.3gpp.pic-bw-small
+
+
+ psd
+ image/vnd.adobe.photoshop
+
+
+ psf
+ application/x-font-linux-psf
+
+
+ pskcxml
+ application/pskc+xml
+
+
+ ptid
+ application/vnd.pvi.ptid1
+
+
+ pub
+ application/x-mspublisher
+
+
+ pvb
+ application/vnd.3gpp.pic-bw-var
+
+
+ pwn
+ application/vnd.3m.post-it-notes
+
+
+ pya
+ audio/vnd.ms-playready.media.pya
+
+
+ pyv
+ video/vnd.ms-playready.media.pyv
+
+
+ qam
+ application/vnd.epson.quickanime
+
+
+ qbo
+ application/vnd.intu.qbo
+
+
+ qfx
+ application/vnd.intu.qfx
+
+
+ qps
+ application/vnd.publishare-delta-tree
+
+
+ qt
+ video/quicktime
+
+
+ qti
+ image/x-quicktime
+
+
+ qtif
+ image/x-quicktime
+
+
+ qwd
+ application/vnd.quark.quarkxpress
+
+
+ qwt
+ application/vnd.quark.quarkxpress
+
+
+ qxb
+ application/vnd.quark.quarkxpress
+
+
+ qxd
+ application/vnd.quark.quarkxpress
+
+
+ qxl
+ application/vnd.quark.quarkxpress
+
+
+ qxt
+ application/vnd.quark.quarkxpress
+
+
+ ra
+ audio/x-pn-realaudio
+
+
+ ram
+ audio/x-pn-realaudio
+
+
+ rar
+ application/x-rar-compressed
+
+
+ ras
+ image/x-cmu-raster
+
+
+ rcprofile
+ application/vnd.ipunplugged.rcprofile
+
+
+ rdf
+ application/rdf+xml
+
+
+ rdz
+ application/vnd.data-vision.rdz
+
+
+ rep
+ application/vnd.businessobjects
+
+
+ res
+ application/x-dtbresource+xml
+
+
+ rgb
+ image/x-rgb
+
+
+ rif
+ application/reginfo+xml
+
+
+ rip
+ audio/vnd.rip
+
+
+ ris
+ application/x-research-info-systems
+
+
+ rl
+ application/resource-lists+xml
+
+
+ rlc
+ image/vnd.fujixerox.edmics-rlc
+
+
+ rld
+ application/resource-lists-diff+xml
+
+
+ rm
+ application/vnd.rn-realmedia
+
+
+ rmi
+ audio/midi
+
+
+ rmp
+ audio/x-pn-realaudio-plugin
+
+
+ rms
+ application/vnd.jcp.javame.midlet-rms
+
+
+ rmvb
+ application/vnd.rn-realmedia-vbr
+
+
+ rnc
+ application/relax-ng-compact-syntax
+
+
+ roa
+ application/rpki-roa
+
+
+ roff
+ text/troff
+
+
+ rp9
+ application/vnd.cloanto.rp9
+
+
+ rpss
+ application/vnd.nokia.radio-presets
+
+
+ rpst
+ application/vnd.nokia.radio-preset
+
+
+ rq
+ application/sparql-query
+
+
+ rs
+ application/rls-services+xml
+
+
+ rsd
+ application/rsd+xml
+
+
+ rss
+ application/rss+xml
+
+
+ rtf
+ application/rtf
+
+
+ rtx
+ text/richtext
+
+
+ s
+ text/x-asm
+
+
+ s3m
+ audio/s3m
+
+
+ saf
+ application/vnd.yamaha.smaf-audio
+
+
+ sbml
+ application/sbml+xml
+
+
+ sc
+ application/vnd.ibm.secure-container
+
+
+ scd
+ application/x-msschedule
+
+
+ scm
+ application/vnd.lotus-screencam
+
+
+ scq
+ application/scvp-cv-request
+
+
+ scs
+ application/scvp-cv-response
+
+
+ scurl
+ text/vnd.curl.scurl
+
+
+ sda
+ application/vnd.stardivision.draw
+
+
+ sdc
+ application/vnd.stardivision.calc
+
+
+ sdd
+ application/vnd.stardivision.impress
+
+
+ sdkd
+ application/vnd.solent.sdkm+xml
+
+
+ sdkm
+ application/vnd.solent.sdkm+xml
+
+
+ sdp
+ application/sdp
+
+
+ sdw
+ application/vnd.stardivision.writer
+
+
+ see
+ application/vnd.seemail
+
+
+ seed
+ application/vnd.fdsn.seed
+
+
+ sema
+ application/vnd.sema
+
+
+ semd
+ application/vnd.semd
+
+
+ semf
+ application/vnd.semf
+
+
+ ser
+ application/java-serialized-object
+
+
+ setpay
+ application/set-payment-initiation
+
+
+ setreg
+ application/set-registration-initiation
+
+
+ sfd-hdstx
+ application/vnd.hydrostatix.sof-data
+
+
+ sfs
+ application/vnd.spotfire.sfs
+
+
+ sfv
+ text/x-sfv
+
+
+ sgi
+ image/sgi
+
+
+ sgl
+ application/vnd.stardivision.writer-global
+
+
+ sgm
+ text/sgml
+
+
+ sgml
+ text/sgml
+
+
+ sh
+ application/x-sh
+
+
+ shar
+ application/x-shar
+
+
+ shf
+ application/shf+xml
+
+
+
+ sid
+ image/x-mrsid-image
+
+
+ sig
+ application/pgp-signature
+
+
+ sil
+ audio/silk
+
+
+ silo
+ model/mesh
+
+
+ sis
+ application/vnd.symbian.install
+
+
+ sisx
+ application/vnd.symbian.install
+
+
+ sit
+ application/x-stuffit
+
+
+ sitx
+ application/x-stuffitx
+
+
+ skd
+ application/vnd.koan
+
+
+ skm
+ application/vnd.koan
+
+
+ skp
+ application/vnd.koan
+
+
+ skt
+ application/vnd.koan
+
+
+ sldm
+ application/vnd.ms-powerpoint.slide.macroenabled.12
+
+
+ sldx
+ application/vnd.openxmlformats-officedocument.presentationml.slide
+
+
+ slt
+ application/vnd.epson.salt
+
+
+ sm
+ application/vnd.stepmania.stepchart
+
+
+ smf
+ application/vnd.stardivision.math
+
+
+ smi
+ application/smil+xml
+
+
+ smil
+ application/smil+xml
+
+
+ smv
+ video/x-smv
+
+
+ smzip
+ application/vnd.stepmania.package
+
+
+ snd
+ audio/basic
+
+
+ snf
+ application/x-font-snf
+
+
+ so
+ application/octet-stream
+
+
+ spc
+ application/x-pkcs7-certificates
+
+
+ spf
+ application/vnd.yamaha.smaf-phrase
+
+
+ spl
+ application/x-futuresplash
+
+
+ spot
+ text/vnd.in3d.spot
+
+
+ spp
+ application/scvp-vp-response
+
+
+ spq
+ application/scvp-vp-request
+
+
+ spx
+ audio/ogg
+
+
+ sql
+ application/x-sql
+
+
+ src
+ application/x-wais-source
+
+
+ srt
+ application/x-subrip
+
+
+ sru
+ application/sru+xml
+
+
+ srx
+ application/sparql-results+xml
+
+
+ ssdl
+ application/ssdl+xml
+
+
+ sse
+ application/vnd.kodak-descriptor
+
+
+ ssf
+ application/vnd.epson.ssf
+
+
+ ssml
+ application/ssml+xml
+
+
+ st
+ application/vnd.sailingtracker.track
+
+
+ stc
+ application/vnd.sun.xml.calc.template
+
+
+ std
+ application/vnd.sun.xml.draw.template
+
+
+ stf
+ application/vnd.wt.stf
+
+
+ sti
+ application/vnd.sun.xml.impress.template
+
+
+ stk
+ application/hyperstudio
+
+
+ stl
+ application/vnd.ms-pki.stl
+
+
+ str
+ application/vnd.pg.format
+
+
+ stw
+ application/vnd.sun.xml.writer.template
+
+
+ sub
+ text/vnd.dvb.subtitle
+
+
+ sus
+ application/vnd.sus-calendar
+
+
+ susp
+ application/vnd.sus-calendar
+
+
+ sv4cpio
+ application/x-sv4cpio
+
+
+ sv4crc
+ application/x-sv4crc
+
+
+ svc
+ application/vnd.dvb.service
+
+
+ svd
+ application/vnd.svd
+
+
+ svg
+ image/svg+xml
+
+
+ svgz
+ image/svg+xml
+
+
+ swa
+ application/x-director
+
+
+ swf
+ application/x-shockwave-flash
+
+
+ swi
+ application/vnd.aristanetworks.swi
+
+
+ sxc
+ application/vnd.sun.xml.calc
+
+
+ sxd
+ application/vnd.sun.xml.draw
+
+
+ sxg
+ application/vnd.sun.xml.writer.global
+
+
+ sxi
+ application/vnd.sun.xml.impress
+
+
+ sxm
+ application/vnd.sun.xml.math
+
+
+ sxw
+ application/vnd.sun.xml.writer
+
+
+ t
+ text/troff
+
+
+ t3
+ application/x-t3vm-image
+
+
+ taglet
+ application/vnd.mynfc
+
+
+ tao
+ application/vnd.tao.intent-module-archive
+
+
+ tar
+ application/x-tar
+
+
+ tcap
+ application/vnd.3gpp2.tcap
+
+
+ tcl
+ application/x-tcl
+
+
+ teacher
+ application/vnd.smart.teacher
+
+
+ tei
+ application/tei+xml
+
+
+ teicorpus
+ application/tei+xml
+
+
+ tex
+ application/x-tex
+
+
+ texi
+ application/x-texinfo
+
+
+ texinfo
+ application/x-texinfo
+
+
+ text
+ text/plain
+
+
+ tfi
+ application/thraud+xml
+
+
+ tfm
+ application/x-tex-tfm
+
+
+ tga
+ image/x-tga
+
+
+ thmx
+ application/vnd.ms-officetheme
+
+
+ tif
+ image/tiff
+
+
+ tiff
+ image/tiff
+
+
+ tmo
+ application/vnd.tmobile-livetv
+
+
+ torrent
+ application/x-bittorrent
+
+
+ tpl
+ application/vnd.groove-tool-template
+
+
+ tpt
+ application/vnd.trid.tpt
+
+
+ tr
+ text/troff
+
+
+ tra
+ application/vnd.trueapp
+
+
+ trm
+ application/x-msterminal
+
+
+ tsd
+ application/timestamped-data
+
+
+ tsv
+ text/tab-separated-values
+
+
+ ttc
+ font/collection
+
+
+ ttf
+ font/ttf
+
+
+ ttl
+ text/turtle
+
+
+ twd
+ application/vnd.simtech-mindmapper
+
+
+ twds
+ application/vnd.simtech-mindmapper
+
+
+ txd
+ application/vnd.genomatix.tuxedo
+
+
+ txf
+ application/vnd.mobius.txf
+
+
+ txt
+ text/plain
+
+
+ u32
+ application/x-authorware-bin
+
+
+ udeb
+ application/x-debian-package
+
+
+ ufd
+ application/vnd.ufdl
+
+
+ ufdl
+ application/vnd.ufdl
+
+
+ ulw
+ audio/basic
+
+
+ ulx
+ application/x-glulx
+
+
+ umj
+ application/vnd.umajin
+
+
+ unityweb
+ application/vnd.unity
+
+
+ uoml
+ application/vnd.uoml+xml
+
+
+ uri
+ text/uri-list
+
+
+ uris
+ text/uri-list
+
+
+ urls
+ text/uri-list
+
+
+ ustar
+ application/x-ustar
+
+
+ utz
+ application/vnd.uiq.theme
+
+
+ uu
+ text/x-uuencode
+
+
+ uva
+ audio/vnd.dece.audio
+
+
+ uvd
+ application/vnd.dece.data
+
+
+ uvf
+ application/vnd.dece.data
+
+
+ uvg
+ image/vnd.dece.graphic
+
+
+ uvh
+ video/vnd.dece.hd
+
+
+ uvi
+ image/vnd.dece.graphic
+
+
+ uvm
+ video/vnd.dece.mobile
+
+
+ uvp
+ video/vnd.dece.pd
+
+
+ uvs
+ video/vnd.dece.sd
+
+
+ uvt
+ application/vnd.dece.ttml+xml
+
+
+ uvu
+ video/vnd.uvvu.mp4
+
+
+ uvv
+ video/vnd.dece.video
+
+
+ uvva
+ audio/vnd.dece.audio
+
+
+ uvvd
+ application/vnd.dece.data
+
+
+ uvvf
+ application/vnd.dece.data
+
+
+ uvvg
+ image/vnd.dece.graphic
+
+
+ uvvh
+ video/vnd.dece.hd
+
+
+ uvvi
+ image/vnd.dece.graphic
+
+
+ uvvm
+ video/vnd.dece.mobile
+
+
+ uvvp
+ video/vnd.dece.pd
+
+
+ uvvs
+ video/vnd.dece.sd
+
+
+ uvvt
+ application/vnd.dece.ttml+xml
+
+
+ uvvu
+ video/vnd.uvvu.mp4
+
+
+ uvvv
+ video/vnd.dece.video
+
+
+ uvvx
+ application/vnd.dece.unspecified
+
+
+ uvvz
+ application/vnd.dece.zip
+
+
+ uvx
+ application/vnd.dece.unspecified
+
+
+ uvz
+ application/vnd.dece.zip
+
+
+ vcard
+ text/vcard
+
+
+ vcd
+ application/x-cdlink
+
+
+ vcf
+ text/x-vcard
+
+
+ vcg
+ application/vnd.groove-vcard
+
+
+ vcs
+ text/x-vcalendar
+
+
+ vcx
+ application/vnd.vcx
+
+
+ vis
+ application/vnd.visionary
+
+
+ viv
+ video/vnd.vivo
+
+
+ vob
+ video/x-ms-vob
+
+
+ vor
+ application/vnd.stardivision.writer
+
+
+ vox
+ application/x-authorware-bin
+
+
+ vrml
+ model/vrml
+
+
+ vsd
+ application/vnd.visio
+
+
+ vsf
+ application/vnd.vsf
+
+
+ vss
+ application/vnd.visio
+
+
+ vst
+ application/vnd.visio
+
+
+ vsw
+ application/vnd.visio
+
+
+ vtu
+ model/vnd.vtu
+
+
+ vxml
+ application/voicexml+xml
+
+
+ w3d
+ application/x-director
+
+
+ wad
+ application/x-doom
+
+
+ wasm
+ application/wasm
+
+
+ wav
+ audio/x-wav
+
+
+ wax
+ audio/x-ms-wax
+
+
+
+ wbmp
+ image/vnd.wap.wbmp
+
+
+ wbs
+ application/vnd.criticaltools.wbs+xml
+
+
+ wbxml
+ application/vnd.wap.wbxml
+
+
+ wcm
+ application/vnd.ms-works
+
+
+ wdb
+ application/vnd.ms-works
+
+
+ wdp
+ image/vnd.ms-photo
+
+
+ weba
+ audio/webm
+
+
+ webm
+ video/webm
+
+
+ webp
+ image/webp
+
+
+ wg
+ application/vnd.pmi.widget
+
+
+ wgt
+ application/widget
+
+
+ wks
+ application/vnd.ms-works
+
+
+ wm
+ video/x-ms-wm
+
+
+ wma
+ audio/x-ms-wma
+
+
+ wmd
+ application/x-ms-wmd
+
+
+ wmf
+ application/x-msmetafile
+
+
+
+ wml
+ text/vnd.wap.wml
+
+
+
+ wmlc
+ application/vnd.wap.wmlc
+
+
+
+ wmls
+ text/vnd.wap.wmlscript
+
+
+
+ wmlsc
+ application/vnd.wap.wmlscriptc
+
+
+ wmv
+ video/x-ms-wmv
+
+
+ wmx
+ video/x-ms-wmx
+
+
+ wmz
+ application/x-msmetafile
+
+
+ woff
+ font/woff
+
+
+ woff2
+ font/woff2
+
+
+ wpd
+ application/vnd.wordperfect
+
+
+ wpl
+ application/vnd.ms-wpl
+
+
+ wps
+ application/vnd.ms-works
+
+
+ wqd
+ application/vnd.wqd
+
+
+ wri
+ application/x-mswrite
+
+
+ wrl
+ model/vrml
+
+
+ wsdl
+ application/wsdl+xml
+
+
+ wspolicy
+ application/wspolicy+xml
+
+
+ wtb
+ application/vnd.webturbo
+
+
+ wvx
+ video/x-ms-wvx
+
+
+ x32
+ application/x-authorware-bin
+
+
+ x3d
+ model/x3d+xml
+
+
+ x3db
+ model/x3d+binary
+
+
+ x3dbz
+ model/x3d+binary
+
+
+ x3dv
+ model/x3d+vrml
+
+
+ x3dvz
+ model/x3d+vrml
+
+
+ x3dz
+ model/x3d+xml
+
+
+ xaml
+ application/xaml+xml
+
+
+ xap
+ application/x-silverlight-app
+
+
+ xar
+ application/vnd.xara
+
+
+ xbap
+ application/x-ms-xbap
+
+
+ xbd
+ application/vnd.fujixerox.docuworks.binder
+
+
+ xbm
+ image/x-xbitmap
+
+
+ xdf
+ application/xcap-diff+xml
+
+
+ xdm
+ application/vnd.syncml.dm+xml
+
+
+ xdp
+ application/vnd.adobe.xdp+xml
+
+
+ xdssc
+ application/dssc+xml
+
+
+ xdw
+ application/vnd.fujixerox.docuworks
+
+
+ xenc
+ application/xenc+xml
+
+
+ xer
+ application/patch-ops-error+xml
+
+
+ xfdf
+ application/vnd.adobe.xfdf
+
+
+ xfdl
+ application/vnd.xfdl
+
+
+ xht
+ application/xhtml+xml
+
+
+ xhtml
+ application/xhtml+xml
+
+
+ xhvml
+ application/xv+xml
+
+
+ xif
+ image/vnd.xiff
+
+
+ xla
+ application/vnd.ms-excel
+
+
+ xlam
+ application/vnd.ms-excel.addin.macroenabled.12
+
+
+ xlc
+ application/vnd.ms-excel
+
+
+ xlf
+ application/x-xliff+xml
+
+
+ xlm
+ application/vnd.ms-excel
+
+
+ xls
+ application/vnd.ms-excel
+
+
+ xlsb
+ application/vnd.ms-excel.sheet.binary.macroenabled.12
+
+
+ xlsm
+ application/vnd.ms-excel.sheet.macroenabled.12
+
+
+ xlsx
+ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
+
+
+ xlt
+ application/vnd.ms-excel
+
+
+ xltm
+ application/vnd.ms-excel.template.macroenabled.12
+
+
+ xltx
+ application/vnd.openxmlformats-officedocument.spreadsheetml.template
+
+
+ xlw
+ application/vnd.ms-excel
+
+
+ xm
+ audio/xm
+
+
+ xml
+ application/xml
+
+
+ xo
+ application/vnd.olpc-sugar
+
+
+ xop
+ application/xop+xml
+
+
+ xpi
+ application/x-xpinstall
+
+
+ xpl
+ application/xproc+xml
+
+
+ xpm
+ image/x-xpixmap
+
+
+ xpr
+ application/vnd.is-xpr
+
+
+ xps
+ application/vnd.ms-xpsdocument
+
+
+ xpw
+ application/vnd.intercon.formnet
+
+
+ xpx
+ application/vnd.intercon.formnet
+
+
+ xsl
+ application/xml
+
+
+ xslt
+ application/xslt+xml
+
+
+ xsm
+ application/vnd.syncml+xml
+
+
+ xspf
+ application/xspf+xml
+
+
+ xul
+ application/vnd.mozilla.xul+xml
+
+
+ xvm
+ application/xv+xml
+
+
+ xvml
+ application/xv+xml
+
+
+ xwd
+ image/x-xwindowdump
+
+
+ xyz
+ chemical/x-xyz
+
+
+ xz
+ application/x-xz
+
+
+ yang
+ application/yang
+
+
+ yin
+ application/yin+xml
+
+
+ z
+ application/x-compress
+
+
+ z1
+ application/x-zmachine
+
+
+ z2
+ application/x-zmachine
+
+
+ z3
+ application/x-zmachine
+
+
+ z4
+ application/x-zmachine
+
+
+ z5
+ application/x-zmachine
+
+
+ z6
+ application/x-zmachine
+
+
+ z7
+ application/x-zmachine
+
+
+ z8
+ application/x-zmachine
+
+
+ zaz
+ application/vnd.zzazz.deck+xml
+
+
+ zip
+ application/zip
+
+
+ zir
+ application/vnd.zul
+
+
+ zirz
+ application/vnd.zul
+
+
+ zmm
+ application/vnd.handheld-entertainment+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ index.html
+ index.htm
+ index.jsp
+
+
+
\ No newline at end of file
diff --git a/idcproject/WebContent/index.html b/idcproject/WebContent/index.html
index 0977b84..0bb76ec 100644
--- a/idcproject/WebContent/index.html
+++ b/idcproject/WebContent/index.html
@@ -1,3 +1,3 @@
diff --git a/idcproject/WebContent/jsp/DefaultPage.jsp b/idcproject/WebContent/jsp/DefaultPage.jsp
new file mode 100644
index 0000000..9fd27fd
--- /dev/null
+++ b/idcproject/WebContent/jsp/DefaultPage.jsp
@@ -0,0 +1,35 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
+
+
+
+
diff --git a/idcproject/WebContent/jsp/cupon/IdcCouponListMK.jsp b/idcproject/WebContent/jsp/cupon/IdcCouponListMK.jsp
index 3fa97e8..db5dd1b 100644
--- a/idcproject/WebContent/jsp/cupon/IdcCouponListMK.jsp
+++ b/idcproject/WebContent/jsp/cupon/IdcCouponListMK.jsp
@@ -57,7 +57,8 @@ $(function()
도메인 쿠폰 리스트
-
+
+
diff --git a/idcproject/WebContent/jsp/main/IdcLoginForm.jsp b/idcproject/WebContent/jsp/main/IdcLoginForm.jsp
index 19d9855..b844c06 100644
--- a/idcproject/WebContent/jsp/main/IdcLoginForm.jsp
+++ b/idcproject/WebContent/jsp/main/IdcLoginForm.jsp
@@ -1,44 +1,31 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
-
+
diff --git a/idcproject/build_sources.bat b/idcproject/build_sources.bat
new file mode 100644
index 0000000..a970021
--- /dev/null
+++ b/idcproject/build_sources.bat
@@ -0,0 +1,3 @@
+@echo off
+cd /d %~dp0
+dir /s /b src\*.java > sources.txt
\ No newline at end of file
diff --git a/idcproject/sources.txt b/idcproject/sources.txt
new file mode 100644
index 0000000..26c30f9
--- /dev/null
+++ b/idcproject/sources.txt
@@ -0,0 +1,266 @@
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcBoardFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcBusinessFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcClientFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcCommentFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcCuponFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcDepositFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcDownFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcJsonFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcLineFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcMainFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcServerFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\IdcServiceFrontController.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardDAO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardDeleteCheckCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardDeletePasswordCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardReadCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardReplyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardReplyFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardSearchCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardUpdateCheckCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardUpdateFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardUpdatePasswordCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\BoardWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\NoteBookCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\NoteBookDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\NoteBookDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\board\command\NoteBookWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessDeliveryHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessGEModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessHandlerCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinesshandoverListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessHandoverUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessHandoverWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessHandoverWriteHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\IdcBusinessModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\business\command\idcworksheetMKCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientAllServerListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientDBDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientDBListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientDBUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientDBWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientDBWriteFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientDeleteDBCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcClientListFormExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\client\command\IdcDeleteClientListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\comment\command\CommentCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\comment\command\CommentDAO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\comment\command\CommentDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\comment\command\commentListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\comment\command\commentWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\cupon\command\IdcCuponDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\cupon\command\IdcCuponListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\cupon\command\IdcCuponModifyFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\cupon\command\IdcCuponWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\cupon\command\IdcCuponWriteForm2Cmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\cupon\command\IdcCuponWriteFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\cupon\command\IdcUseCuponCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositBillPaperCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositListExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositNonPaymentListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositNonPaymentListExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDepositWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcDetailListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcPaymentListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcReSendBillPaperFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcReSendMailListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcWeeklyNonpaymentCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\deposit\command\IdcWeeklyNonpaymentModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcAddCSJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcBusinessGetClientNameCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcCheckServerUseJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetClientNameCheckJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetClientNameJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetCSListJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetDeleteServiceDetailJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetIPListJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetKCSCodeJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetKCSListJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetLineCodeJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetLinkJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetPaymentListJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetServerCodeJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetServerYJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcGetUseServerCodeJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcHistoryListJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcJsonIDCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcJsonIDData.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcSendMailSaveJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcServerListJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\json\command\IdcSetTokenJSONCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcIPDeleteHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcIPModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcIPModifyFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineIPListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineIPListFormExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineIPWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineListFormExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineModifyFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\line\command\IdcLineWriteFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcGearArrayCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcGearDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcGearModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcIndexCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcJoinCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcLoginCheckCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcLogoutCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcMemberDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcMemberListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcMemberModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcMemberPowerModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcMemberQuickModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcNewServerInsertCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcShareBoardDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcShareBoardDownCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcShareBoardListForm.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcShareBoardModifyCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcShareBoardModifyFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcShareBoardReadFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcShareBoardWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\main\command\IdcTotalSearchFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\AddEtcDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\AddIpDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcAddDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcAdditionalServiceDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcAdditionalStartDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcAddServiceCSDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcAmountDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcBillPaperDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcBusinessMemberDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcClientDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcClient_DeleteDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcConsultDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcCSDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcCuponDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDAO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDeffenceDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDeleteServiceDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDeleteServiceFormDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDeleteSubDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDeliveryDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDepositDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcDepositNonPaymentDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcGearDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcGearDBDTO2.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcHandoverDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcHaveListDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcHistoryDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcIPDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcJoinDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcKCSDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcLineDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcLinkDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcMemberDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcNonpaymentDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcOnetimeDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcPaymentListDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcServerDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcServiceCSDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcServiceDepositDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcServiceDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcServiceETCManageDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IDCserviceListDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcSetHistory.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcShareBoardDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcSingleServiceDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcTodayChangeDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcUsableServerDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcUsableServerTotalDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcUseServiceClientDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcVPCDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IdcWorkDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\IpAddDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\ReSendMailDBDTO.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\model\ServerEquipment.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerListExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerNumGenCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerReadCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerUsableCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\server\command\IdcServerWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcAddDadd1Cmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcAddDadd1HandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcCopyDeleteServiceListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcCSInfoCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcCSInfoExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcCSInfoUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcCSInfoUpdateHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDaddDeleteHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDefenceInfoCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDefenceInfoExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeffenceAddUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeffenceAddUpdateHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeffenceDeleteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeffenceInfoUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeffenceInfoUpdateHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeffenceWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeffenceWriteHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeleteALLItemCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeleteServiceHandle.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeleteServiceHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeleteServiceItemCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeleteServiceListFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcDeleteSubFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcETCAddCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcETCAddFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcEtcListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcInsertDeffenceCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcIPChangeCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcIPChangeFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcKCSWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcKCSWriteHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcKtCSInfoUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcKtCSInfoUpdateHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceAccountingCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceAccountingHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceAddHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceAdditionalCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceAdditionalVPNCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceAmountUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceBillWriteFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceDetailCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceDetailSoloCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceEtcHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceEtcManageCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceIpAddCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceListCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceListExcelCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceNoteUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServicePaymentUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceUpdateCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceUpdateVpnCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcServiceWriteFormCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcVPCWriteCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcVPCWriteHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcVpnWriteForm.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\idc\service\command\IdcVpnWriteHandleCmd.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcGetClientNameCode.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcIndex.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcPaymentListUpdate.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcSetCS.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcSetIP.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcSetNextDate.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcTxtGetter.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\IdcUpdateServiceAmount.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\ReplaceHTMLChar.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\SMTPAuthenticator.java
+F:\Work\projects\dbms\dbms_primeidc\idcproject\src\utility\StringToDate.java
diff --git a/idcproject/src/idc/IdcBoardFrontController.java b/idcproject/src/idc/IdcBoardFrontController.java
index c80f072..6264e77 100644
--- a/idcproject/src/idc/IdcBoardFrontController.java
+++ b/idcproject/src/idc/IdcBoardFrontController.java
@@ -53,7 +53,7 @@ public class IdcBoardFrontController extends HttpServlet {
String cmdURI = requestURI.substring(contextPath.length());
BoardCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
Object obj=request.getSession().getAttribute("member");
if(obj!=null)
@@ -63,13 +63,11 @@ public class IdcBoardFrontController extends HttpServlet {
cmd = new BoardListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BOARD_PATH+"boardList.jsp");
- viewPage = "DefaultPage.jsp";
}
//글 작성 화면 제공
if(cmdURI.equals("/boardWriteForm.bor")){
request.setAttribute("TargetFile",BOARD_PATH+"boardWrite.jsp");
- viewPage = "DefaultPage.jsp";
}
//글 작성 처리
@@ -84,7 +82,6 @@ public class IdcBoardFrontController extends HttpServlet {
cmd = new BoardReadCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BOARD_PATH+"boardRead.jsp");
- viewPage = "DefaultPage.jsp";
}
//글 수정 비밀번호 확인 화면 제공
@@ -92,7 +89,6 @@ public class IdcBoardFrontController extends HttpServlet {
cmd = new BoardUpdatePasswordCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BOARD_PATH+"boardUpdatePassword.jsp");
- viewPage = "DefaultPage.jsp";
}
//글 수정 비밀번호 확인 처리
@@ -112,7 +108,6 @@ public class IdcBoardFrontController extends HttpServlet {
//글 수정 비밀번호 오류 화면 제공
if(cmdURI.equals("/boardUpdateError.bor")){
request.setAttribute("TargetFile",BOARD_PATH+"boardUpdateError.jsp");
- viewPage="DefaultPage.jsp";
}
//글 수정 화면 제공
@@ -120,7 +115,6 @@ public class IdcBoardFrontController extends HttpServlet {
cmd = new BoardUpdateFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BOARD_PATH+"boardUpdateForm.jsp");
- viewPage="DefaultPage.jsp";
}
//글 수정 처리
@@ -135,7 +129,6 @@ public class IdcBoardFrontController extends HttpServlet {
cmd = new BoardDeletePasswordCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BOARD_PATH+"boardDeletePassword.jsp");
- viewPage="DefaultPage.jsp";
}
//글 삭제 비밀번호 확인 처리
@@ -154,7 +147,6 @@ public class IdcBoardFrontController extends HttpServlet {
//글 삭제 비밀번호 오류 화면 제공
if(cmdURI.equals("/boardDeleteError.bor")){
request.setAttribute("TargetFile",BOARD_PATH+"boardDeleteError.jsp");
- viewPage = "DefaultPage.jsp";
}
//글 삭제 처리
@@ -170,7 +162,6 @@ public class IdcBoardFrontController extends HttpServlet {
cmd.execute(request, response);
//viewPage = "boardSearchList.jsp";
request.setAttribute("TargetFile",BOARD_PATH+"boardSearchList.jsp");
- viewPage = "DefaultPage.jsp";
}
//답글 작성 처리
@@ -178,7 +169,6 @@ public class IdcBoardFrontController extends HttpServlet {
cmd = new BoardReplyFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BOARD_PATH+"boardReply.jsp");
- viewPage = "DefaultPage.jsp";
}
//답글 작성 처리
@@ -193,7 +183,6 @@ public class IdcBoardFrontController extends HttpServlet {
cmd = new NoteBookCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BOARD_PATH+"notebook.jsp");
- viewPage = "DefaultPage.jsp";
}
//개별게시판(메모) 작성처리
@@ -213,8 +202,9 @@ public class IdcBoardFrontController extends HttpServlet {
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
+ //최종출력장소
+ System.out.println(cmdURI);
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
dis.forward(request, response);
}
diff --git a/idcproject/src/idc/IdcBusinessFrontController.java b/idcproject/src/idc/IdcBusinessFrontController.java
index f9528a9..f57e381 100644
--- a/idcproject/src/idc/IdcBusinessFrontController.java
+++ b/idcproject/src/idc/IdcBusinessFrontController.java
@@ -63,7 +63,7 @@ public class IdcBusinessFrontController extends HttpServlet {
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
Object obj=request.getSession().getAttribute("member");
if(obj!=null)
@@ -73,7 +73,6 @@ public class IdcBusinessFrontController extends HttpServlet {
cmd = new IdcBusinessListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BUSINESS_PATH+"businessList.jsp");
- viewPage="DefaultPage.jsp";
}
//업무작성
if(cmdURI.equals("/businessWrite.bus")){
@@ -107,7 +106,7 @@ public class IdcBusinessFrontController extends HttpServlet {
cmd = new IdcBusinessHandoverWriteCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", BUSINESS_PATH + "handoverWrite.jsp");
- viewPage = "DefaultPage.jsp";
+
}
// 인수인계 작성처리
@@ -125,7 +124,7 @@ public class IdcBusinessFrontController extends HttpServlet {
cmd.execute(request, response);
// viewPage = "/businessList.jsp";
request.setAttribute("TargetFile", BUSINESS_PATH + "handoverList.jsp");
- viewPage = "DefaultPage.jsp";
+
}
//업무 인수 리스트 수정 처리
@@ -142,7 +141,6 @@ public class IdcBusinessFrontController extends HttpServlet {
cmd = new IdcClientDBListCmd(true);
cmd.execute(request,response);
request.setAttribute("TargetFile",BUSINESS_PATH+"IdcCuponList.jsp");
- viewPage="DefaultPage.jsp";
}
//MK
@@ -150,14 +148,12 @@ public class IdcBusinessFrontController extends HttpServlet {
cmd = new idcworksheetMKCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",BUSINESS_PATH+"worksheetMK.jsp");
- viewPage="DefaultPage.jsp";
}
}
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
dis.forward(request, response);
diff --git a/idcproject/src/idc/IdcClientFrontController.java b/idcproject/src/idc/IdcClientFrontController.java
index c70dacd..4609894 100644
--- a/idcproject/src/idc/IdcClientFrontController.java
+++ b/idcproject/src/idc/IdcClientFrontController.java
@@ -57,7 +57,7 @@ public class IdcClientFrontController extends HttpServlet {
String contextPath = request.getContextPath();
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
IdcMemberDBDTO dto = (IdcMemberDBDTO)request.getSession().getAttribute("member");
@@ -70,7 +70,7 @@ public class IdcClientFrontController extends HttpServlet {
cmd = new IdcClientListFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", CLIENT_PATH+"IdcClientDBList.jsp");
- viewPage="DefaultPage.jsp";
+
}
//글 수정 처리
if(cmdURI.equals("/IdcClientDirectUpdate.cli")){
@@ -85,7 +85,7 @@ public class IdcClientFrontController extends HttpServlet {
cmd = new IdcDeleteClientListFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", CLIENT_PATH+"IdcClientDBList.jsp");
- viewPage="DefaultPage.jsp";
+
}
// 글 작성 고객 등록 페이지
if(cmdURI.equals("/IdcClientDBWriteForm.cli"))
@@ -93,7 +93,7 @@ public class IdcClientFrontController extends HttpServlet {
cmd = new IdcClientDBWriteFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", CLIENT_PATH+"IdcClientDBWrite.jsp");
- viewPage="DefaultPage.jsp";
+
}
//고객 등록 기능
if(cmdURI.equals("/IdcClientDBWrite.cli"))
@@ -123,7 +123,7 @@ public class IdcClientFrontController extends HttpServlet {
cmd = new IdcClientAllServerListCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", CLIENT_PATH+"IdcClientAllServerList.jsp");
- viewPage="DefaultPage.jsp";
+
}
//메인페이지
if(cmdURI.equals("/DefaultPage.main"))
@@ -131,19 +131,19 @@ public class IdcClientFrontController extends HttpServlet {
cmd = new IdcClientDBListCmd(true);
cmd.execute(request,response);
request.setAttribute("TargetFile", "/IDC/index.jsp");
- viewPage="DefaultPage.jsp";
+
}
//테스트용 기본페이지.
if(cmdURI.equals("/Test.cli"))
{
request.setAttribute("TargetFile", CLIENT_PATH+"Test.jsp");
- viewPage="DefaultPage.jsp";
+
}
//테스트용 기본페이지.
if(cmdURI.equals("/test2.cli"))
{
request.setAttribute("TargetFile", CLIENT_PATH+"test2.jsp");
- viewPage="DefaultPage.jsp";
+
}
//엑셀 출력 페이지
@@ -152,14 +152,12 @@ public class IdcClientFrontController extends HttpServlet {
cmd = new IdcClientListFormExcelCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", CLIENT_PATH+"IdcClientDBListExcel.jsp");
- viewPage="DefaultPage.jsp";
}
}
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
System.out.println(cmdURI);
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
diff --git a/idcproject/src/idc/IdcCommentFrontController.java b/idcproject/src/idc/IdcCommentFrontController.java
index 68a19b3..816c168 100644
--- a/idcproject/src/idc/IdcCommentFrontController.java
+++ b/idcproject/src/idc/IdcCommentFrontController.java
@@ -55,7 +55,7 @@ public class IdcCommentFrontController extends HttpServlet {
String cmdURI = requestURI.substring(contextPath.length());
CommentCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
Object obj=request.getSession().getAttribute("member");
if(obj!=null)
@@ -65,7 +65,6 @@ public class IdcCommentFrontController extends HttpServlet {
cmd = new commentListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",COMMENT_PATH+"commentList.jsp");
- viewPage = "DefaultPage.jsp";
}
//글 등록 처리
@@ -80,7 +79,6 @@ public class IdcCommentFrontController extends HttpServlet {
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
dis.forward(request, response);
diff --git a/idcproject/src/idc/IdcCuponFrontController.java b/idcproject/src/idc/IdcCuponFrontController.java
index ee7137f..cb64d18 100644
--- a/idcproject/src/idc/IdcCuponFrontController.java
+++ b/idcproject/src/idc/IdcCuponFrontController.java
@@ -56,7 +56,7 @@ public class IdcCuponFrontController extends HttpServlet {
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
//쿠폰 목록 조회
if(cmdURI.equals("/IdcCuponList.cup"))
@@ -64,7 +64,6 @@ public class IdcCuponFrontController extends HttpServlet {
cmd = new IdcCuponListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",CUPON_PATH+"IdcCuponList.jsp");
- viewPage="DefaultPage.jsp";
}
//NEW 쿠폰 목록 조회 - MK
if(cmdURI.equals("/IdcCouponListMK.cup"))
@@ -72,7 +71,6 @@ public class IdcCuponFrontController extends HttpServlet {
cmd = new IdcCuponListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",CUPON_PATH+"IdcCouponListMK.jsp");
- viewPage="DefaultPage.jsp";
}
//NEW 쿠폰 확인 - 고객별 - MK
if(cmdURI.equals("/IdcCouponUseMK.cup"))
@@ -81,7 +79,7 @@ public class IdcCuponFrontController extends HttpServlet {
//String mk_client_code = request.getParameter("client_code");
cmd.execute(request, response);
request.setAttribute("TargetFile",CUPON_PATH+"IdcCouponUseMK.jsp");
- viewPage="DefaultPage.jsp";
+
}
//NEW 쿠폰 사용 - 서버별 - MK
if(cmdURI.equals("/IdcCouponBuyMK.cup"))
@@ -90,7 +88,7 @@ public class IdcCuponFrontController extends HttpServlet {
//String mk_client_code = request.getParameter("client_code");
cmd.execute(request, response);
request.setAttribute("TargetFile",CUPON_PATH+"IdcCouponBuyMK.jsp");
- viewPage="DefaultPage.jsp";
+
}
//NEW 도메인 구매 목록 조회 - MK
if(cmdURI.equals("/.cup"))
@@ -98,14 +96,14 @@ public class IdcCuponFrontController extends HttpServlet {
cmd = new IdcCuponListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",CUPON_PATH+"IdcDomainBuyListMK.jsp");
- viewPage="DefaultPage.jsp";
+
}
//쿠폰등록창
if(cmdURI.equals("/IdcCuponWriteForm.cup")){
cmd = new IdcCuponWriteFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",CUPON_PATH+"IdcCuponWriteForm.jsp");
- viewPage="DefaultPage.jsp";
+
}
//쿠폰등록창2
if(cmdURI.equals("/IdcCuponWriteForm2.cup"))
@@ -161,7 +159,6 @@ public class IdcCuponFrontController extends HttpServlet {
cmd = new IdcClientDBListCmd(true);
cmd.execute(request,response);
request.setAttribute("TargetFile",CUPON_PATH+"IdcCuponList.jsp");
- viewPage="DefaultPage.jsp";
}
System.out.println(cmdURI);
diff --git a/idcproject/src/idc/IdcDepositFrontController.java b/idcproject/src/idc/IdcDepositFrontController.java
index 839f9e8..8ae5089 100644
--- a/idcproject/src/idc/IdcDepositFrontController.java
+++ b/idcproject/src/idc/IdcDepositFrontController.java
@@ -66,7 +66,7 @@ public class IdcDepositFrontController extends HttpServlet {
String contextPath = request.getContextPath();
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
Object obj=request.getSession().getAttribute("member");
if(obj!=null)
@@ -78,7 +78,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcDepositFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositForm.jsp");
- viewPage="DefaultPage.jsp";
}
//입금등록
if(cmdURI.equals("/IdcDepositWrite.dep"))
@@ -93,7 +92,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcDepositListCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositList.jsp");
- viewPage="DefaultPage.jsp";
}
//입금리스트
if(cmdURI.equals("/IdcDepositListMK.dep"))
@@ -101,7 +99,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcDepositListCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositListMK.jsp");
- viewPage="DefaultPage.jsp";
}
// 입금리스트 수정
if(cmdURI.equals("/IdcDepositModify.dep"))
@@ -116,7 +113,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcDepositNonPaymentListCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositNonPaymentList.jsp");
- viewPage="DefaultPage.jsp";
}
//NEW 미납리스트
if(cmdURI.equals("/IdcDepositNonPaymentListMK.dep"))
@@ -124,7 +120,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcDepositNonPaymentListCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositNonPaymentListMK.jsp");
- viewPage="DefaultPage.jsp";
}
//청구서 페이지
if(cmdURI.equals("/IdcDepositBillPaper.dep"))
@@ -132,7 +127,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcDepositBillPaperCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositBillPaperForm.jsp");
- viewPage="DefaultPage.jsp";
}
//청구서 발송 리스트
if(cmdURI.equals("/IdcReSendMailList.dep"))
@@ -140,7 +134,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcReSendMailListFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcReSendMailListForm.jsp");
- viewPage="DefaultPage.jsp";
}
//청구서 재발송
if(cmdURI.equals("/IdcReSendBillPaperForm.dep"))
@@ -148,7 +141,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcReSendBillPaperFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcReSendBillPaperForm.jsp");
- viewPage="DefaultPage.jsp";
}
//테스트용 기본페이지.
if(cmdURI.equals("/DefaultPage.main"))
@@ -156,7 +148,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcClientDBListCmd(true);
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcClientDBList.jsp");
- viewPage="DefaultPage.jsp";
}
// 결제 내역페이지
if(cmdURI.equals("/IdcPaymentList.dep"))
@@ -164,7 +155,6 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcPaymentListFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcPaymentListForm.jsp");
- viewPage="DefaultPage.jsp";
}
//주간 및 월간 미납리스트 뿌려주기
@@ -172,9 +162,7 @@ public class IdcDepositFrontController extends HttpServlet {
cmd = new IdcWeeklyNonpaymentCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcWeeklyNonpayment.jsp");
- viewPage="DefaultPage.jsp";
}
-
//주간 및 월간 미납리스트 비고 수정하기
if(cmdURI.equals("/IdcWeeklyNonpaymentModify.dep")){
System.out.println("주간 및 월간 미납리스트 비고 수정하기");
@@ -182,40 +170,30 @@ public class IdcDepositFrontController extends HttpServlet {
cmd.execute(request, response);
viewPage="IdcWeeklyNonpayment.dep";
}
-
//15일간 내역 리스트 뿌려주기
if(cmdURI.equals("/IdcDetailList.dep")){
cmd = new IdcDetailListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDetailList.jsp");
- viewPage="DefaultPage.jsp";
}
-
//미납리스트 엑셀 페이지
if(cmdURI.equals("/IdcDepositNonPaymentListExcel.dep"))
{
cmd = new IdcDepositNonPaymentListExcelCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositNonPaymentListExcel.jsp");
- viewPage="DefaultPage.jsp";
}
-
-
//입금리스트
if(cmdURI.equals("/IdcDepositListExcel.dep"))
{
cmd = new IdcDepositListExcelCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", DEPOSIT_PATH+"IdcDepositListExcel.jsp");
- viewPage="DefaultPage.jsp";
}
-
-
}
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
dis.forward(request, response);
diff --git a/idcproject/src/idc/IdcLineFrontController.java b/idcproject/src/idc/IdcLineFrontController.java
index e8d1745..7512738 100644
--- a/idcproject/src/idc/IdcLineFrontController.java
+++ b/idcproject/src/idc/IdcLineFrontController.java
@@ -65,7 +65,7 @@ public class IdcLineFrontController extends HttpServlet {
String contextPath = request.getContextPath();
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
Object obj=request.getSession().getAttribute("member");
if(obj!=null)
{
@@ -75,13 +75,11 @@ public class IdcLineFrontController extends HttpServlet {
cmd = new IdcLineIPWriteCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", LINE_PATH+"IdcIPWriteForm.jsp");
- viewPage="DefaultPage.jsp";
}
//라인 등록 창
if(cmdURI.equals("/IdcLineWriteForm.lin"))
{
request.setAttribute("TargetFile", LINE_PATH+"IdcLineWriteForm.jsp");
- viewPage="DefaultPage.jsp";
}
//라인 등록하기
@@ -97,7 +95,6 @@ public class IdcLineFrontController extends HttpServlet {
cmd = new IdcLineModifyFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", LINE_PATH+"IdcLineModifyForm.jsp");
- viewPage="DefaultPage.jsp";
}
//수정 후 ListForm으로 돌아가기.
if(cmdURI.equals("/IdcLineModify.lin"))
@@ -120,7 +117,6 @@ public class IdcLineFrontController extends HttpServlet {
cmd = new IdcLineListFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", LINE_PATH+"IdcLineListForm.jsp");
- viewPage="DefaultPage.jsp";
}
//라인소속 IP보기
if(cmdURI.equals("/IdcIPListForm.lin"))
@@ -128,7 +124,6 @@ public class IdcLineFrontController extends HttpServlet {
cmd = new IdcLineIPListFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", LINE_PATH+"IdcIPListForm.jsp");
- viewPage="DefaultPage.jsp";
}
// Ip 수정창
if(cmdURI.equals("/IdcIPModifyForm.lin"))
@@ -136,7 +131,6 @@ public class IdcLineFrontController extends HttpServlet {
cmd = new IdcIPModifyFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", LINE_PATH+"IdcIPModifyForm.jsp");
- viewPage="DefaultPage.jsp";
}
// IP수정
if(cmdURI.equals("/IdcIPModify.lin"))
@@ -151,7 +145,6 @@ public class IdcLineFrontController extends HttpServlet {
cmd = new IdcClientDBListCmd(true);
cmd.execute(request,response);
request.setAttribute("TargetFile", LINE_PATH+"IdcClientDBList.jsp");
- viewPage="DefaultPage.jsp";
}
//IP삭제
@@ -160,32 +153,25 @@ public class IdcLineFrontController extends HttpServlet {
cmd.execute(request, response);
viewPage="IdcIPListForm.lin";
}
-
-
//라인소속 IP보기 엑셀
if(cmdURI.equals("/IdcIPListFormExcel.lin"))
{
cmd = new IdcLineIPListFormExcelCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", LINE_PATH+"IdcIPListFormExcel.jsp");
- viewPage="DefaultPage.jsp";
}
-
//IDCJP회선 및 전용선 사용 현황 엑셀
if(cmdURI.equals("/IdcLineListFormExcel.lin"))
{
cmd = new IdcLineListFormExcelCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", LINE_PATH+"IdcLineListFormExcel.jsp");
- viewPage="DefaultPage.jsp";
}
}
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
-
System.out.println(cmdURI);
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
dis.forward(request, response);
diff --git a/idcproject/src/idc/IdcMainFrontController.java b/idcproject/src/idc/IdcMainFrontController.java
index 4c3c678..4d3dd41 100644
--- a/idcproject/src/idc/IdcMainFrontController.java
+++ b/idcproject/src/idc/IdcMainFrontController.java
@@ -46,7 +46,6 @@ public class IdcMainFrontController extends HttpServlet {
super();
// TODO Auto-generated constructor stub
}
-
/**
* @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
*/
@@ -67,35 +66,32 @@ public class IdcMainFrontController extends HttpServlet {
response.setHeader("Cache-Control","no-Cache");
response.setHeader("Cache-Control","no-store");
response.setContentType("charset='utf-8'");
-
-
request.setCharacterEncoding("UTF-8");
String requestURI = request.getRequestURI();
String contextPath = request.getContextPath();
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
-
+ String viewPage = "LayoutPage.jsp";
//로그인 페이지.
if(cmdURI.equals("/IdcLoginForm.main"))
{
request.setAttribute("TargetFile", MAIN_PATH+"IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
//로그인 체크하기.
if(cmdURI.equals("/loginCheck.main"))
{
+ //로그인 체크
cmd = new IdcLoginCheckCmd();
cmd.execute(request,response);
+ //성공
if(request.getAttribute("memberCheck")!=null && (boolean)request.getAttribute("memberCheck") )
{
request.setAttribute("TargetFile", "IDC/index.jsp");
- viewPage="DefaultPage.jsp";
}
- else
+ else //실패
{
request.setAttribute("alert", "o");
- viewPage ="IdcLoginForm.main";
+ viewPage ="/IdcLoginForm.main";
}
}
Object obj=request.getSession().getAttribute("member");
@@ -105,14 +101,12 @@ public class IdcMainFrontController extends HttpServlet {
if(cmdURI.equals("/IdcJoinForm.main"))
{
request.setAttribute("TargetFile", MAIN_PATH+"IdcJoinForm.jsp");
- viewPage="DefaultPage.jsp";
}
//회원가입 데이터 전송.
if(cmdURI.equals("/IdcJoin.main"))
{
cmd = new IdcJoinCmd();
cmd.execute(request,response);
- viewPage="DefaultPage.main";
}
//로그아웃.
if(cmdURI.equals("/IdcLogout.main"))
@@ -120,13 +114,11 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcLogoutCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
//수정하기 창.
if(cmdURI.equals("/IdcMemberModifyForm.main"))
{
request.setAttribute("TargetFile", MAIN_PATH+"IdcMemberModifyForm.jsp");
- viewPage="DefaultPage.jsp";
}
//수정하기.
if(cmdURI.equals("/IdcMemberModify.main"))
@@ -134,7 +126,6 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcMemberModifyCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", "IDC/index.jsp");
- viewPage="DefaultPage.jsp";
}
//멤버 리스트 보기.
if(cmdURI.equals("/IdcMemberListForm.main"))
@@ -142,7 +133,6 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcMemberListFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcMemberListForm.jsp");
- viewPage="DefaultPage.jsp";
}
//권한 수정창
if(cmdURI.equals("/IdcMemberPowerModify.main"))
@@ -156,7 +146,6 @@ public class IdcMainFrontController extends HttpServlet {
{
cmd = new IdcMemberDeleteCmd();
cmd.execute(request, response);
- viewPage="IdcMemberListForm.main";
}
//공동자료실
if(cmdURI.equals("/IdcShareBoardListForm.main"))
@@ -164,13 +153,11 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcShareBoardListForm();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcShareBoardListForm.jsp");
- viewPage="DefaultPage.jsp";
}
//공동 자료실 글 작성 폼
if(cmdURI.equals("/IdcShareBoardWriteForm.main"))
{
request.setAttribute("TargetFile", MAIN_PATH+"IdcShareBoardWriteForm.jsp");
- viewPage="DefaultPage.jsp";
}
//공동 자료실 글 작성 기능
if(cmdURI.equals("/IdcShareBoardWrite.main"))
@@ -180,7 +167,7 @@ public class IdcMainFrontController extends HttpServlet {
if((boolean)request.getAttribute("check"))
viewPage="IdcShareBoardListForm.main";
else
- viewPage="DefaultPage.main";
+ viewPage="/mainPage.main";
}
//공동 자료실 글 열람
if(cmdURI.equals("/IdcShareBoardReadForm.main"))
@@ -188,7 +175,6 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcShareBoardReadFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcShareBoardReadForm.jsp");
- viewPage="DefaultPage.jsp";
}
//공동 자료실 글 수정 창
if(cmdURI.equals("/IdcShareBoardModifyForm.main"))
@@ -196,7 +182,6 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcShareBoardModifyFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcShareBoardModifyForm.jsp");
- viewPage="DefaultPage.jsp";
}
//공동 자료실 글 수정 기능
if (cmdURI.equals("/IdcShareBoardModify.main"))
@@ -223,7 +208,6 @@ public class IdcMainFrontController extends HttpServlet {
if(cmdURI.equals("/IdcNewServerInsertForm.main"))
{
request.setAttribute("TargetFile", MAIN_PATH+"IdcNewServerInsertForm.jsp");
- viewPage="DefaultPage.jsp";
}
//서버 장비 등록
if(cmdURI.equals("/IdcNewServerInsert.main"))
@@ -231,31 +215,27 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcNewServerInsertCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcNewServerInsertForm.jsp");
- viewPage="DefaultPage.jsp";
}
- // 서버 장비 수정
+ //서버 장비 수정
if(cmdURI.equals("/IdcGearModify.main"))
{
cmd = new IdcGearModifyCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcNewServerInsertForm.jsp");
- viewPage="DefaultPage.jsp";
}
- // 서버 장비 지우기
+ //서버 장비 지우기
if(cmdURI.equals("/IdcGearDelete.main"))
{
cmd = new IdcGearDeleteCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcNewServerInsertForm.jsp");
- viewPage="DefaultPage.jsp";
}
- // 서버 장비 순서 변경
+ //서버 장비 순서 변경
if(cmdURI.equals("/IdcGearArray.main"))
{
cmd = new IdcGearArrayCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcNewServerInsertForm.jsp");
- viewPage="DefaultPage.jsp";
}
//통합 검색 결과
if(cmdURI.equals("/IdcTotalSearchForm.main"))
@@ -263,30 +243,24 @@ public class IdcMainFrontController extends HttpServlet {
cmd = new IdcTotalSearchFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", MAIN_PATH+"IdcTotalSearchForm.jsp");
- viewPage="DefaultPage.jsp";
}
- // 멤버 퀵버튼
+ //멤버 퀵버튼
if(cmdURI.equals("/IdcMemberQuickModify.main"))
{
cmd = new IdcMemberQuickModifyCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", "IDC/index.jsp");
- viewPage="DefaultPage.jsp";
}
-
//메인페이지
if(cmdURI.equals("/mainPage.main")){
cmd = new IdcIndexCmd();
cmd.execute(request, response);
- request.setAttribute("TargetFile", MAIN_PATH+"mainPage.jsp");
- viewPage="DefaultPage.jsp";
+ request.setAttribute("TargetFile", "IDC/index.jsp");
}
+ }else{
+ request.setAttribute("TargetFile", MAIN_PATH+"IdcLoginForm.jsp");
}
- else
- {
- request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
- }
+ //최종출력장소
System.out.println(cmdURI);
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
dis.forward(request, response);
diff --git a/idcproject/src/idc/IdcServerFrontController.java b/idcproject/src/idc/IdcServerFrontController.java
index 535250d..c16e7f2 100644
--- a/idcproject/src/idc/IdcServerFrontController.java
+++ b/idcproject/src/idc/IdcServerFrontController.java
@@ -55,7 +55,7 @@ public class IdcServerFrontController extends HttpServlet {
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
Object obj=request.getSession().getAttribute("member");
if(obj!=null)
@@ -65,7 +65,6 @@ public class IdcServerFrontController extends HttpServlet {
cmd = new IdcServerListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",SERVER_PATH+"serverList.jsp");
- viewPage="DefaultPage.jsp";
}
//서버 작성 화면 제공
@@ -73,7 +72,6 @@ public class IdcServerFrontController extends HttpServlet {
cmd = new IdcServerNumGenCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",SERVER_PATH+"serverWrite.jsp");
- viewPage="DefaultPage.jsp";
}
//서버 작성 처리
@@ -88,7 +86,6 @@ public class IdcServerFrontController extends HttpServlet {
cmd = new IdcServerReadCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",SERVER_PATH+"serverRead.jsp");
- viewPage="DefaultPage.jsp";
}
//서버 수정 처리
@@ -110,7 +107,6 @@ public class IdcServerFrontController extends HttpServlet {
cmd = new IdcServerUsableCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",SERVER_PATH+"usableServerList.jsp");
- viewPage="DefaultPage.jsp";
}
//테스트용 기본페이지.
if(cmdURI.equals("/DefaultPage.main"))
@@ -118,7 +114,6 @@ public class IdcServerFrontController extends HttpServlet {
cmd = new IdcClientDBListCmd(true);
cmd.execute(request,response);
request.setAttribute("TargetFile",SERVER_PATH+"IdcCuponList.jsp");
- viewPage="DefaultPage.jsp";
}
//서버 목록 조회
@@ -126,13 +121,11 @@ public class IdcServerFrontController extends HttpServlet {
cmd = new IdcServerListExcelCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile",SERVER_PATH+"serverListExcel.jsp");
- viewPage="DefaultPage.jsp";
}
}
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
System.out.println(cmdURI);
RequestDispatcher dis = request.getRequestDispatcher(viewPage);
diff --git a/idcproject/src/idc/IdcServiceFrontController.java b/idcproject/src/idc/IdcServiceFrontController.java
index aecf70e..3d5bfc9 100644
--- a/idcproject/src/idc/IdcServiceFrontController.java
+++ b/idcproject/src/idc/IdcServiceFrontController.java
@@ -54,7 +54,7 @@ public class IdcServiceFrontController extends HttpServlet {
String cmdURI = requestURI.substring(contextPath.length());
IdcCmd cmd = null;
- String viewPage = null;
+ String viewPage = "LayoutPage.jsp";
Object obj=request.getSession().getAttribute("member");
if(obj!=null)
{
@@ -63,7 +63,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceListCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"serviceList.jsp");
- viewPage="DefaultPage.jsp";
}
//서비스 정보에서 고객 선택시 서비스 세부 정보 보기
@@ -71,7 +70,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceDetailCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"serviceDetail.jsp");
- viewPage="DefaultPage.jsp";
}
//서비스 정보에서 서비스 선택시 세부 정보 보기
@@ -79,7 +77,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceDetailSoloCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"serviceDetailSolo.jsp");
- viewPage="DefaultPage.jsp";
}
@@ -88,7 +85,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceWriteFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"serviceWrite.jsp");
- viewPage="DefaultPage.jsp";
}
//서비스 등록 처리
@@ -103,7 +99,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcVpnWriteForm();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"vpnWriteForm.jsp");
- viewPage = "DefaultPage.jsp";
}
//VPN 등록 처리
@@ -119,7 +114,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceAccountingCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"serviceAccounting.jsp");
- viewPage="DefaultPage.jsp";
}
//서비스 관리 과금처리 진행
@@ -129,14 +123,11 @@ public class IdcServiceFrontController extends HttpServlet {
viewPage="serviceAccounting.sev";
}
-
-
//서비스 등록 및 부가서비스 페이지
if(cmdURI.equals("/additionalService.sev")){
cmd = new IdcServiceAdditionalCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"additionalService.jsp");
- viewPage="DefaultPage.jsp";
}
//VPN에 1회성 서비스 추가하기
@@ -144,7 +135,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceAdditionalVPNCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"additionalService_vpn.jsp");
- viewPage="DefaultPage.jsp";
}
//부가서비스 추가(ip/cs추가)
@@ -152,7 +142,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceIpAddCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"ipAdd.jsp");
- viewPage="DefaultPage.jsp";
}
//부가서비스 추가처리
@@ -167,7 +156,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceEtcManageCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"etcManage.jsp");
- viewPage="DefaultPage.jsp";
}
//1회성 서비스 추가처리
@@ -189,7 +177,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcETCAddFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"IdcETCAddForm.jsp");
- viewPage="DefaultPage.jsp";
}
//기타 부가서비스 등록하기.
if(cmdURI.equals("/IdcETCAdd.sev")){
@@ -203,14 +190,12 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcVPCWriteCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"addVPC.jsp");
- viewPage="DefaultPage.jsp";
}
//vpc-cs2추가
if(cmdURI.equals("/addVPC2.sev"))
{
request.setAttribute("TargetFile", SERVICE_PATH+"addVPC2.jsp");
- viewPage="DefaultPage.jsp";
}
//vpc-cs추가 처리
if(cmdURI.equals("/addVPCHandle.sev")){
@@ -224,12 +209,10 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcKCSWriteCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"addKCS.jsp");
- viewPage="DefaultPage.jsp";
}
//kcs2추가
if(cmdURI.equals("/addKCS2.sev")){
request.setAttribute("TargetFile", SERVICE_PATH+"addKCS2.jsp");
- viewPage="DefaultPage.jsp";
}
//kcs추가 처리
if(cmdURI.equals("/addKCSHandle.sev")){
@@ -243,7 +226,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcCSInfoCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"vpcInfo.jsp");
- viewPage="DefaultPage.jsp";
}
//vcs정보 수정창
@@ -251,7 +233,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcCSInfoUpdateCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH + "vpcUpdate.jsp");
- viewPage = "DefaultPage.jsp";
}
//vcs정보 수정처리
@@ -266,7 +247,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcKtCSInfoUpdateCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH + "ktcsUpdate.jsp");
- viewPage = "DefaultPage.jsp";
}
//ktcs 정보 수정처리
@@ -282,7 +262,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcDeffenceWriteCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"addDeffence1.jsp");
- viewPage="DefaultPage.jsp";
}
//방어존 추가 처리
@@ -297,7 +276,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcDefenceInfoCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"deffenceInfo.jsp");
- viewPage="DefaultPage.jsp";
}
//MK 방어존 리스트 만들기
@@ -305,69 +283,54 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcDefenceInfoCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"DefenseInfoMK.jsp");
- viewPage="DefaultPage.jsp";
}
if(cmdURI.equals("/DefenseNewMK.sev")){
cmd = new IdcDefenceInfoCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"DefenseNewMK.jsp");
- viewPage="DefaultPage.jsp";
}
if(cmdURI.equals("/DefenseModifyMK.sev")){
cmd = new IdcDefenceInfoCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"DefenseModifyMK.jsp");
- viewPage="DefaultPage.jsp";
}
-
-
-
//방어존 리스트에 추가창
if(cmdURI.equals("/addD1add.sev")){
cmd = new IdcAddDadd1Cmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"addD1add.jsp");
- viewPage="DefaultPage.jsp";
}
-
//방어존 리스트에 추가 처리
if(cmdURI.equals("/addD1addHandle.sev")){
cmd = new IdcAddDadd1HandleCmd();
cmd.execute(request, response);
viewPage="deffenceInfo.sev";
}
-
//방어존 수정창
if(cmdURI.equals("/deffenceInfoUpdate.sev")){
cmd = new IdcDeffenceInfoUpdateCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH + "deffenceInfoUpdate.jsp");
- viewPage = "DefaultPage.jsp";
}
//방어존 수정처리
if(cmdURI.equals("/deffenceModifyHandle.sev")){
cmd = new IdcDeffenceInfoUpdateHandleCmd();
cmd.execute(request, response);
-
viewPage = "deffenceInfo.sev";
}
-
//방어존 부가 수정창
if(cmdURI.equals("/addD1InfoUpdate.sev")){
cmd = new IdcDeffenceAddUpdateCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH + "addD1InfoUpdate.jsp");
- viewPage = "DefaultPage.jsp";
}
-
//방어존 부가 수정처리
if(cmdURI.equals("/addD1InfoUpdateHandle.sev")){
cmd = new IdcDeffenceAddUpdateHandleCmd();
cmd.execute(request, response);
viewPage = "deffenceInfo.sev?deffence_case="+request.getParameter("deffence_case");
}
-
//방어존 삭제처리
if(cmdURI.equals("/IdcDeffenceDelete.sev"))
{
@@ -375,39 +338,31 @@ public class IdcServiceFrontController extends HttpServlet {
cmd.execute(request, response);
viewPage = "deffenceInfo.sev";
}
-
-
//서비스리스트 해지처리
if(cmdURI.equals("/deleteServiceHandle.sev")){
cmd = new IdcDeleteServiceHandleCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"deleteServiceList.jsp");
- viewPage="DefaultPage.jsp";
- }
-
+ }
//서비스리스트 해지작업
if(cmdURI.equals("/deleteServiceItem.sev")){
cmd = new IdcDeleteServiceItemCmd();
cmd.execute(request, response);
viewPage="deleteServiceHandle.sev";
}
-
//전체 서비스 해지처리
if(cmdURI.equals("/deleteServiceAll.sev")){
cmd = new IdcDeleteALLItemCmd();
cmd.execute(request, response);
viewPage="serviceList.sev";
}
-
//개통안내서 페이지
if(cmdURI.equals("/IdcServiceBillPaperForm.sev"))
{
cmd = new IdcServiceBillWriteFormCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"IdcServiceBillPaperForm.jsp");
- viewPage="DefaultPage.jsp";
}
-
//테스트용 기본페이지.
if(cmdURI.equals("/DefaultPage.main"))
{
@@ -428,14 +383,12 @@ public class IdcServiceFrontController extends HttpServlet {
cmd.execute(request, response);
viewPage="serviceDetail.sev?&client_code="+request.getAttribute("client_code");
}
-
//결제금액 수정 모달 처리
if(cmdURI.equals("/serviceAmountUpdate.sev")){
cmd = new IdcServiceAmountUpdateCmd();
cmd.execute(request, response);
viewPage="serviceDetail.sev?client_code="+request.getAttribute("client_code");
}
-
//서비스 상세정보에서 서비스 노트(비고)입력하기
//결제금액 수정 모달 처리
if(cmdURI.equals("/IdcServiceNoteUpdate.sev")){
@@ -457,7 +410,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcDeleteSubFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", SERVICE_PATH+"IdcDeleteSubForm.jsp");
- viewPage="DefaultPage.jsp";
}
// 서비스 해지리스트
@@ -466,7 +418,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcDeleteServiceListFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", SERVICE_PATH+"IdcDeleteServiceListForm.jsp");
- viewPage="DefaultPage.jsp";
}
// 복구용 서비스 해지리스트
@@ -475,7 +426,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcCopyDeleteServiceListFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", SERVICE_PATH+"IdcCopyDeleteServiceListForm.jsp");
- viewPage="DefaultPage.jsp";
}
//1회성 및 기타 리스트
@@ -484,7 +434,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcEtcListCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", SERVICE_PATH+"etcList.jsp");
- viewPage="DefaultPage.jsp";
}
//IP변경 폼
if(cmdURI.equals("/IdcIPChangeForm.sev"))
@@ -492,7 +441,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcIPChangeFormCmd();
cmd.execute(request,response);
request.setAttribute("TargetFile", SERVICE_PATH+"IdcIPChangeForm.jsp");
- viewPage="DefaultPage.jsp";
}
//IP변경
if(cmdURI.equals("/IdcIPChange.sev"))
@@ -507,7 +455,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcServiceListExcelCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"serviceListExcel.jsp");
- viewPage="DefaultPage.jsp";
}
//cs 정보 엑셀
@@ -515,7 +462,6 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcCSInfoExcelCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"vpcInfoExcel.jsp");
- viewPage="DefaultPage.jsp";
}
//방어라인 정보 엑셀
@@ -523,13 +469,11 @@ public class IdcServiceFrontController extends HttpServlet {
cmd = new IdcDefenceInfoExcelCmd();
cmd.execute(request, response);
request.setAttribute("TargetFile", SERVICE_PATH+"deffenceInfoExcel.jsp");
- viewPage="DefaultPage.jsp";
}
}
else
{
request.setAttribute("TargetFile", "jsp/main/IdcLoginForm.jsp");
- viewPage="DefaultPage.jsp";
}
System.out.println(cmdURI);
RequestDispatcher dis = request.getRequestDispatcher(viewPage);