|
Hi there, I’ve just started writing a new ImageReader
with much improved functionality (using jmagick somehow) and I just stumbled
upon this in the ResourceReader implementation: # public void configure(Configuration configuration)
throws ConfigurationException { # //
VG Parameters are deprecated as of 2.2.0-Dev/2.1.6-Dev # final
Parameters parameters = Parameters.fromConfiguration(configuration); # this.configuredExpires
= parameters.getParameterAsLong("expires", -1); # … Could someone of you give me a quick note what that
means? What should I keep in mind when implementing my Reader? What does the VG
stand for? And does this somehow affect the way I’m retrieving parameters
from the request? Thanx a lot, Stefan |
- Re: VG Parameters are deprecated as of as of 2.2.0-Dev/... Stefan Pietschmann
- Re: VG Parameters are deprecated as of as of 2.2.0... Upayavira
- Re: VG Parameters are deprecated as of as of 2.2.0... Vadim Gritsenko
- Re: VG Parameters are deprecated as of as of 2.2.0... Niclas Hedhman
- Improved ImageReader [WAS: VG Parameters are d... Stefan Pietschmann
- Re: Improved ImageReader [WAS: VG Paramete... Niclas Hedhman
- AW: Improved ImageReader [WAS: VG Para... Stefan Pietschmann
