|
||||||||||
| 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.ObjectArrays.concat()
entryPath parameter and with content from provided
InputStream
FolderAppender
object.
AbstractCachingFilter.ImageInfo.setInput(InputStream) or
ImageInfo.setInput(DataInput).
BufferedInputStream.reset() instead of closing the stream.
IOUtils.copy(InputStream, OutputStream)
IOUtils.copy(InputStream, OutputStream)
BufferedImage from the input stream.
CronEditorBean.CronExpressionParser.DEFAULT_CRONSTRING.
TaskQueue.BufferedInputStream.close().
AbstractHttpFilter.doFilter(HttpServletRequest, HttpServletResponse, FilterChain).
AbstractCachingFilter.getCachingStrategies() and applies the first one that matches.
ImmutableList, Lists, or IterablesImmutableMap.Predicate insteadPredicates to combine PredicateFixedHtmlEncodingResponseWrapper.setContentType(String).FileArchiverImageInfo.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).
CronEditorBean which represents the state of the
form for the configured cron string.
CronDayOfWeekEntry that represents the day of week cron field.
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.
CronHoursEntry that represents the hours cron field.
Thumber.getImage(java.io.File, com.google.common.base.Predicate) instead so that you can supply a predicate
to (for example) check that the image has reasonable dimensions that are unlikely to cause an OutOfMemoryError
Thumber.getImage(com.atlassian.core.util.ReusableBufferedInputStream, com.google.common.base.Predicate)
instead so that you can supply a predicate to (for example) check that the image has reasonable dimensions that are
unlikely to cause an OutOfMemoryError
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.
CronMinutesEntry that represents the minutes cron field.
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.
BufferedImage.
ImageInfo.check() was successful, returns one the image's horizontal resolution in pixels.
HttpServletResponses with a
HeaderSanitisingResponseWrapper, so that any mutations made to the response's
header are sanitised.HttpServletResponse that sanitises all mutations to the header of the
response to ensure that no suspect values are being written.ImageInfo instead (since 20/08/2008)ProgressMeter.getPercentageComplete().
StringUtils.isBlank(java.lang.String))
CronEditorBean.isDaysPerMonthMode() is true and the sub-mode of day of week per month has been
selected.
CronExpressionParser.isDaysPerMonthMode() is true and the string in the days of week field can be handled
by the editor.
StringUtils.isNotEmpty(java.lang.String) but accepts a Sttring.
Iterables.filter().Iterables.concat()
Object objectsBufferedInputStream that can be read multiple times as it marks the stream
with Integer.MAX_VALUE and resets the stream when close() is called.false.
com.atlassian.core.filters package.
The visibility of this method will be changed to package private in the future;
no replacement provided.
Lists.partition()
IOUtils.closeQuietly(OutputStream)
IOUtils.closeQuietly(OutputStream)
ImageGenerator directly via the
com.atlassian.image:atlassian-image-consumer artifactThumbnail.MimeType.JPG which does not support transparency.
StringUtils.escapeCP1252(String, String) to replace high-bit punctuation characters
with ASCII equivalents in request parameter values.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||