Searched defs:getContentType (Results 1 - 22 of 22) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DRequestItem.java109 String getContentType(); method in interface:RequestItem
H A DPartItem.java255 public String getContentType() { method in class:PartItem
271 Map<String, String> params = parser.parse(getContentType(), ';');
H A DRequestItemIterator.java164 public String getContentType() { method in class:RequestItemIterator.RequestItemImpl
274 String contentType = request.getContentType();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/common/
H A DXMLContentActionReporter.java129 public String getContentType() { method in class:XMLContentActionReporter
H A DXMLActionReporter.java131 public String getContentType() { method in class:XMLActionReporter
H A DPlainTextActionReporter.java99 public String getContentType() { method in class:PlainTextActionReporter
H A DActionReporter.java203 public String getContentType() { method in class:ActionReporter
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DDirContextURLConnection.java234 public String getContentType() { method in class:DirContextURLConnection
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DPayload.java88 * iterator the caller can use {@link Part#getContentType()},
340 public String getContentType(); method in interface:Payload.Outbound
387 public String getContentType(); method in interface:Payload.Part
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ssi/
H A DResponseIncludeWrapper.java225 public String getContentType() { method in class:ResponseIncludeWrapper
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/
H A DActionReport.java96 public abstract String getContentType(); method in class:ActionReport
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DResponse.java266 public String getContentType(); method in interface:Response
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/admin/payload/
H A DZipPayloadImpl.java92 Extra extra = new Extra(part.getContentType(), part.getProperties());
285 extra.getContentType(),
372 private String getContentType() { method in class:ZipPayloadImpl.Extra
H A DPayloadImpl.java334 public String getContentType() { method in class:PayloadImpl.Outbound
382 return isComplex(parts.get(0).getContentType());
391 String partType = parts.get(0).getContentType();
487 public String getContentType() { method in class:PayloadImpl.Part
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DResponseFacade.java653 public String getContentType() { method in class:ResponseFacade
661 return response.getContentType();
H A DRequestFacade.java389 public String getContentType() { method in class:RequestFacade
396 return request.getContentType();
H A DResponse.java603 public String getContentType() { method in class:Response
604 return (coyoteResponse.getContentType());
713 * (with the effect that a subsequent call to getContentType() will
H A DRequest.java1160 public String getContentType() { method in class:Request
1161 return (coyoteRequest.getContentType());
3140 String contentType = getContentType();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/
H A DAdminConsoleAdapter.java356 return (getContentType(req.getRequestURI()) != null);
379 private String getContentType(String resource) { method in class:AdminConsoleAdapter
420 String contentType = getContentType(resourcePath);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DDummyResponse.java115 public String getContentType() { return null; } method in class:DummyResponse
H A DDummyRequest.java217 public String getContentType() { return null; } method in class:DummyRequest
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/
H A DServletFakeArtifactSet.java233 public String getContentType() { method in class:ServletFakeArtifactSet.FakeServletHttpRequest
448 public String getContentType() { method in class:ServletFakeArtifactSet.FakeServletHttpResponse

Completed in 74 milliseconds