net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper
Class JspCParsingToNodesOnly

java.lang.Object
  extended by org.apache.jasper.JspC
      extended by net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper.JspCParsingToNodesOnly
All Implemented Interfaces:
org.apache.jasper.Options

public class JspCParsingToNodesOnly
extends org.apache.jasper.JspC

Extends JspC to use the compiler of our choice; Jasper version 6.0.29.


Field Summary
 
Fields inherited from class org.apache.jasper.JspC
addWebXmlMappings, ALL_WEBXML, argPos, args, cache, caching, classDebugInfo, classPath, compile, compiler, compilerSourceVM, compilerTargetVM, context, DEFAULT_DIE_LEVEL, DEFAULT_IE_CLASS_ID, die, dieLevel, errorOnUseBeanInvalidClassAttribute, extensions, failOnError, fullstop, genStringAsCharArray, helpNeeded, ieClassId, INC_WEBXML, insertBefore, javaEncoding, jspConfig, LIST_ERRORS, listErrors, loader, log, mapout, mappedFile, mappingout, NO_DIE_LEVEL, pages, poolingEnabled, project, rctxt, scratchDir, servletout, SHOW_SUCCESS, showSuccess, smapDumped, smapSuppressed, SWITCH_ADD_WEBAPP_XML_MAPPINGS, SWITCH_CACHE, SWITCH_CLASS_NAME, SWITCH_CLASSPATH, SWITCH_COMPILE, SWITCH_DIE, SWITCH_DUMP_SMAP, SWITCH_ENCODING, SWITCH_FILE_WEBAPP, SWITCH_FULL_STOP, SWITCH_HELP, SWITCH_MAPPED, SWITCH_OUTPUT_DIR, SWITCH_PACKAGE_NAME, SWITCH_POOLING, SWITCH_SMAP, SWITCH_SOURCE, SWITCH_TARGET, SWITCH_TRIM_SPACES, SWITCH_URI_BASE, SWITCH_URI_ROOT, SWITCH_VERBOSE, SWITCH_WEBAPP_INC, SWITCH_WEBAPP_XML, SWITCH_WEBAPP_XML_ENCODING, SWITCH_XPOWERED_BY, tagPluginManager, targetClassName, targetPackage, tldLocationsCache, trimSpaces, uriBase, uriRoot, verbose, webxmlEncoding, webxmlFile, webxmlLevel, xpoweredBy
 
Constructor Summary
JspCParsingToNodesOnly()
           
 
Method Summary
 String getCompilerClassName()
          Overriden to return the class of ours (default = null => JdtCompiler)
 
Methods inherited from class org.apache.jasper.JspC
addExtension, completeWebXml, execute, generateWebMapping, genStringAsCharArray, getCache, getCheckInterval, getClassDebugInfo, getClassPath, getCompiler, getCompilerSourceVM, getCompilerTargetVM, getDevelopment, getDisplaySourceFragment, getErrorOnUseBeanInvalidClassAttribute, getExtensions, getFailOnError, getFork, getIeClassId, getJavaEncoding, getJspCompilerPath, getJspCompilerPlugin, getJspConfig, getKeepGenerated, getMappedFile, getModificationTestInterval, getProject, getProtectionDomain, getRecompileOnFail, getScratchDir, getSendErrorToClient, getTagPluginManager, getTagPoolSize, getTldLocationsCache, getTrimSpaces, initClassLoader, initServletContext, initWebXml, isCaching, isPoolingEnabled, isSmapDumped, isSmapSuppressed, isXpoweredBy, locateUriRoot, main, mergeIntoWebXml, nextArg, nextFile, processFile, resolveFile, scanFiles, setAddWebXmlMappings, setArgs, setCaching, setClassDebugInfo, setClassName, setClassPath, setCompile, setCompiler, setCompilerSourceVM, setCompilerTargetVM, setErrorOnUseBeanInvalidClassAttribute, setFailOnError, setGenStringAsCharArray, setIeClassId, setJavaEncoding, setJspFiles, setListErrors, setOutputDir, setPackage, setPoolingEnabled, setProject, setSmapDumped, setSmapSuppressed, setTrimSpaces, setUriroot, setValidateXml, setVerbose, setWebXml, setWebXmlEncoding, setWebXmlFragment, setXpoweredBy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspCParsingToNodesOnly

public JspCParsingToNodesOnly()
Method Detail

getCompilerClassName

public String getCompilerClassName()
Overriden to return the class of ours (default = null => JdtCompiler)

Specified by:
getCompilerClassName in interface org.apache.jasper.Options
Overrides:
getCompilerClassName in class org.apache.jasper.JspC


Copyright © 2011. All Rights Reserved.