|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
FixedHtmlEncodingResponseWrapper.AbstractHttpFilter instead, which also does some casting for you.AbstractHttpFilter.init(FilterConfig) and AbstractHttpFilter.destroy(),
and a doFilter method that casts to HttpServletRequest and HttpServletResponse.AbstractCachingFilter.ImageInfo.setInput(InputStream) or
ImageInfo.setInput(DataInput).
IOUtils.copy(InputStream, OutputStream)
IOUtils.copy(InputStream, OutputStream)
TaskQueue.AbstractHttpFilter.doFilter(HttpServletRequest, HttpServletResponse, FilterChain).
AbstractCachingFilter.getCachingStrategies() and applies the first one that matches.
FixedHtmlEncodingResponseWrapper.setContentType(String).ImageInfo.getFormat() for BMP streams.
ImageInfo.getFormat() for GIF streams.
ImageInfo.getFormat() for IFF streams.
ImageInfo.getFormat() for JPEG streams.
ImageInfo.getFormat() for PBM streams.
ImageInfo.getFormat() for PCX streams.
ImageInfo.getFormat() for PGM streams.
ImageInfo.getFormat() for PNG streams.
ImageInfo.getFormat() for PPM streams.
ImageInfo.getFormat() for PSD streams.
ImageInfo.getFormat() for RAS streams.
ImageInfo.getFormat() for SWF (Shockwave) streams.
ImageInfo.check() was successful, returns the image's number of bits per pixel.
ServletResponse.setContentType(String).
ServletRequest.setCharacterEncoding(String).
ImageInfo.check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
ImageInfo.check() was successful, returns the image format's name.
ImageInfo.check() was successful, returns one the image's vertical resolution in pixels.
IOUtils.toString(InputStream, String)
LocaleUtils.LANGUAGE_DESCRIPTOR_FILENAME files on the classpath, and parsing the value of the
LocaleUtils.LOCALE_TAG_NAME element.
ObjectUtils.isNotEmpty(Object)
ImageInfo.check() was successful, returns a String with the MIME type of the format.
ImageInfo.check() was successful and ImageInfo.setCollectComments(boolean) was called with true as
argument, returns the number of comments retrieved from the input image stream / file.
ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no
value could be found.
ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no
value could be found.
-1.0f if width information is not available.
ImageInfo.check() was successful, returns one the image's horizontal resolution in pixels.
ImageInfo instead (since 20/08/2008)ProgressMeter.getPercentageComplete().
StringUtils.isBlank(java.lang.String))
StringUtils.isNotEmpty(java.lang.String) but accepts a Sttring.
Object objectsfalse.
com.atlassian.core.filters package.
The visibility of this method will be changed to package private in the future;
no replacement provided.
IOUtils.closeQuietly(OutputStream)
IOUtils.closeQuietly(OutputStream)
StringUtils.escapeCP1252(String, String) to replace high-bit punctuation characters
with ASCII equivalents in request parameter values.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||