com.ph.pr.apps.jaspcleaner
Class JCServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.gjt.jsp.JspServlet
              extended by com.ph.pr.apps.jaspcleaner.JCServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.gjt.jsp.JspMsg

public class JCServlet
extends org.gjt.jsp.JspServlet

Used to enable page includes.

Author:
"Greg Golberg"
See Also:
Serialized Form

Field Summary
private  JCServletContext ctx
           
 
Fields inherited from class org.gjt.jsp.JspServlet
VERSION
 
Fields inherited from interface org.gjt.jsp.JspMsg
E000_dummy_error, ERR_gnujsp_bad_jsp_tag_format, ERR_gnujsp_broken_getresource, ERR_gnujsp_cannot_interpret_pathinfo, ERR_gnujsp_cannot_write_to, ERR_gnujsp_caught_exception_tell_admin_no_errorpage, ERR_gnujsp_caught_exception_tell_admin_see_log, ERR_gnujsp_check_if_you_forgot, ERR_gnujsp_consider_an_errorpage, ERR_gnujsp_could_not_create, ERR_gnujsp_could_not_find_resourceimpl, ERR_gnujsp_could_not_reconstruct_url, ERR_gnujsp_directive_value_missing_quotes, ERR_gnujsp_error_compiling_source_file, ERR_gnujsp_error_processing_jsp_page, ERR_gnujsp_evtl_missing_pagebase, ERR_gnujsp_exception_while_servicing_request, ERR_gnujsp_illegal_code_line_format, ERR_gnujsp_illegal_param_tag, ERR_gnujsp_internal_error, ERR_gnujsp_jspplugin_not_supported, ERR_gnujsp_missing_closing_tag, ERR_gnujsp_missing_init_parameter, ERR_gnujsp_missing_pagebase, ERR_gnujsp_parse_attr_unnamed_jsp_directive, ERR_gnujsp_parse_close_tag_does_not_match_open_tag, ERR_gnujsp_realpath_is_null, ERR_gnujsp_see_server_log_for_details, ERR_gnujsp_taglib_not_supported, ERR_gnujsp_unexpected_eof, ERR_gnujsp_unhandled_exception, ERR_gnujsp_unrecognized_jsp_directive, ERR_gnujsp_unrecognized_jsp_tag, ERR_gnujsp_unsafe_singletread_execute, ERR_method_addcookie_not_allowed, ERR_sp10_2_12_1_invalid_value_expression_and_string, ERR_sp10_2_12_2_duplicate_id, ERR_sp10_2_13_1_could_not_instantiate_bean, ERR_sp10_2_13_1_could_not_instantiate_bean_class_not_found, ERR_sp10_2_13_1_illegal_attr_class_and_beanname, ERR_sp10_2_13_1_illegal_session_scope, ERR_sp10_2_13_1_missing_attr_id, ERR_sp10_2_13_1_missing_attr_type_or_class, ERR_sp10_2_13_2_illegal_attr_param_and_value, ERR_sp10_2_13_2_impossible_string_conversion, ERR_sp10_2_13_2_missing_attr_name, ERR_sp10_2_13_2_missing_attr_property, ERR_sp10_2_13_2_property_not_found, ERR_sp10_2_13_2_setter_not_found, ERR_sp10_2_13_2_undefined_bean_instance, ERR_sp10_2_13_3_bean_is_null, ERR_sp10_2_13_3_missing_attr_name, ERR_sp10_2_13_3_missing_attr_property, ERR_sp10_2_13_3_property_not_found, ERR_sp10_2_13_4_illegal_value_flush_not_true, ERR_sp10_2_13_4_missing_attr_flush, ERR_sp10_2_13_4_missing_attr_page, ERR_sp10_2_13_5_could_not_find_forward_file, ERR_sp10_2_13_5_could_not_find_include_file, ERR_sp10_2_13_5_missing_attr_page, ERR_sp10_2_7_1_cannot_forward_to_error_page, ERR_sp10_2_7_1_duplicate_attribute_contenttype, ERR_sp10_2_7_1_exceeded_buffer_size, ERR_sp10_2_7_1_illegal_clear_after_write, ERR_sp10_2_7_1_invalid_attribute, ERR_sp10_2_7_1_invalid_value_buffersize, ERR_sp10_2_7_1_invalid_value_iserrorpage, ERR_sp10_2_7_1_invalid_value_isthreadsafe, ERR_sp10_2_7_1_invalid_value_no_buffer_no_autoflush, ERR_sp10_2_7_1_no_mapping_for_language, ERR_sp10_2_7_1_parse_error_expected_gt_after_percent, ERR_sp10_2_7_1_parse_error_expected_gt_after_slash, ERR_sp10_2_7_6_illegal_attr_file_must_be_relative, ERR_sp10_2_7_6_missing_attr_file, ERR_sp10_A_3_already_called_getoutputstream, ERR_sp10_A_3_already_called_getwriter, ERR_sp10_A_4_illegal_scope, ERR_sp10_B_9_cannot_find_request_dispatcher, ERR_sp11_3_4_illegal_jsp_precompile
 
Constructor Summary
JCServlet(java.io.File jsp)
          Constructs the object.
 
Method Summary
 boolean getDebug()
           
 javax.servlet.ServletContext getServletContext()
           
 
Methods inherited from class org.gjt.jsp.JspServlet
destroy, getFileName, getPathDebug, getServletInfo, getUseHTTPFallback, init, log, service, xservice
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletName, init, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctx

private JCServletContext ctx
Constructor Detail

JCServlet

public JCServlet(java.io.File jsp)
Constructs the object. Also sets the proper context based on the provided jsp page.

Parameters:
jsp - File of the JSP page to set context of.
Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()
Specified by:
getServletContext in interface javax.servlet.ServletConfig
Overrides:
getServletContext in class javax.servlet.GenericServlet

getDebug

public boolean getDebug()
Overrides:
getDebug in class org.gjt.jsp.JspServlet