Hi All,
I have a servlet and it has an inner class which has some methods inside it. The structure looks like this
public class ImageServlet extends AbstractImageServlet {
class ImageWrapper {
public Image getImage() {final Image image;
if (name == null) {
image = new Image(resource);} else {
im...