Searched defs:jsp (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/tests/community/web/helloworld/src/test/
H A DHelloJSPTestNG.java41 package test.web.jsp.hello;
83 String testurl = "http://" + host + ":" + port + "/"+ strContextRoot + "/hello.jsp";
/glassfish-3.1.2/tests/quicklook/web/helloworld/src/test/
H A DHelloJSPTestNG.java41 package test.web.jsp.hello;
83 String testurl = "http://" + host + ":" + port + "/"+ strContextRoot + "/hello.jsp";
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/jsp/
H A DJspProbeEmitterImpl.java41 package com.sun.enterprise.web.jsp;
45 import org.glassfish.jsp.api.JspProbeEmitter;
68 * JspProbeEmitterImpl emits jsp related probe events
H A DResourceInjectorImpl.java41 package com.sun.enterprise.web.jsp;
48 import org.glassfish.jsp.api.ResourceInjector;
50 import javax.servlet.jsp.tagext.JspTag;
57 * Implementation of org.glassfish.jsp.api.ResourceInjector
/glassfish-3.1.2/web/web-glue/src/main/java/org/glassfish/web/jsp/
H A DJSPCompiler.java57 package org.glassfish.web.jsp;
149 // bnevins 9-9-03 -- There may be no jsp files in this web-module
211 * Configures the given JspC instance with the jsp-config properties
253 if ("jsp".equals(webComponentDesc.getCanonicalName())) {
271 * Configure JspC with jsp-config properties from sun-web.xml,

Completed in 124 milliseconds