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

/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/
H A DContext.java56 public interface Context extends ServletContext { interface in inherits:ServletContext
59 * Adds the given <tt>Valve</tt> to this <tt>Context</tt>.
66 * Registers the given listener with this <tt>Context</tt>.
79 * @param t the listener to be registered with this <tt>Context</tt>
90 * this <tt>Context</tt>.
113 * Enables or disables directory listings on this <tt>Context</tt>.
116 * enabled on this <tt>Context</tt>, false otherwise
122 * <tt>Context</tt>.
125 * <tt>Context</tt>, false otherwise
155 * Return the context path for this Context
[all...]
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/schemadoc/
H A DContext.java47 public class Context { class
54 public Context(Map<String, ClassDef> classDefs, File docDir, Boolean showDeprecated, method in class:Context
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/
H A DDownloadServlet.java161 * includes creating a {@link DownloadServet#Context}, choosing the
167 // Get the Download Context
168 DownloadServlet.Context context = getDownloadContext(request, response);
181 * <p> This method instantiates a {@link DownloadServlet.Context} and
185 protected DownloadServlet.Context getDownloadContext(HttpServletRequest request, HttpServletResponse response) {
186 DownloadServlet.Context ctx =
187 (DownloadServlet.Context) request.getAttribute(DOWNLOAD_CONTEXT);
189 ctx = new DownloadServlet.Context();
238 protected void writeHeader(DownloadServlet.ContentSource source, DownloadServlet.Context context) {
275 protected void writeContent(DownloadServlet.ContentSource source, DownloadServlet.Context contex
378 public static class Context { class in class:DownloadServlet
383 public Context() { method in class:DownloadServlet.Context
[all...]
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/admin/cli/
H A DSecureAdminCommand.java136 interface Context { interface in class:SecureAdminCommand
143 interface Work<T extends Context> {
153 interface Step<T extends Context> {
184 static class AbstractContext implements Context {
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DContext.java72 * A <b>Context</b> is a Container that represents a servlet context, and
80 * The parent Container attached to a Context is generally a Host, but may
83 * The child containers attached to a Context are generally implementations
91 public interface Context extends Container { interface in inherits:Container
115 * Return the application available flag for this Context.
121 * Set the application available flag for this Context.
129 * Return the Locale to character set mapper for this Context.
135 * Set the Locale to character set mapper for this Context.
143 * Return the path to a file to save this Context information.
149 * Set the path to a file to save this Context informatio
[all...]

Completed in 31 milliseconds