Class ImageBrowserHandler
- java.lang.Object
-
- net.anotheria.anosite.handler.AbstractBoxHandler
-
- net.anotheria.anosite.handler.def.ImageBrowserHandler
-
- All Implemented Interfaces:
BoxHandler
public class ImageBrowserHandler extends AbstractBoxHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_AS_IMAGE_RESOURCES
-
Constructor Summary
Constructors Constructor Description ImageBrowserHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxHandlerResponseprocess(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)Returns ResponseContinue.INSTANCE.-
Methods inherited from class net.anotheria.anosite.handler.AbstractBoxHandler
getLog, getResourceDataService, getTextResource, sendAttributeToPage, submit
-
-
-
-
Field Detail
-
ATTR_AS_IMAGE_RESOURCES
public static final String ATTR_AS_IMAGE_RESOURCES
- See Also:
- Constant Field Values
-
-
Method Detail
-
process
public BoxHandlerResponse process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean) throws BoxProcessException
Description copied from class:AbstractBoxHandlerReturns ResponseContinue.INSTANCE.- Specified by:
processin interfaceBoxHandler- Overrides:
processin classAbstractBoxHandler- Parameters:
req- the http servlet requestres- the http servlet responsebox- the box this handler has been associated with (and which was currently processed).bean- the already created bean.- Returns:
- response
- Throws:
BoxProcessException
-
-