PageMixer demonstration with Servlet

pagemixer.servlet
Class ShopBasketServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--pagemixer.servlet.ServletTemplate
                    |
                    +--pagemixer.servlet.ShopBasketServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, ServletConstants, ServletKeys, ShopConstants, ShopKeys

public class ShopBasketServlet
extends ServletTemplate
implements ShopKeys

Servlet for shopping basket function.

See Also:
Serialized Form

Fields inherited from class pagemixer.servlet.ServletTemplate
authPage_, basketPage_, topPage_
 
Fields inherited from interface common.ShopKeys
KEY_BASKET_ENTRY, KEY_BASKET_ENTRY_PROVIDER, KEY_DISCARD_REQUEST, KEY_PUT_REQUEST, KEY_RECALC_REQUEST
 
Fields inherited from interface common.ShopConstants
CLASS_BASKET_ENTRY, CLASS_BASKET_TOTAL, CLASS_ENTRY_COUNT, CLASS_ENTRY_NAME, CLASS_ENTRY_PRICE, CLASS_ENTRY_TOTAL, PARAM_DISCARD_REQUEST, PARAM_ENTRY_ID_PREFIX, PARAM_PUT_REQUEST, PARAM_RECALC_REQUEST, PARAM_SESSION_ID, REQUEST_BASKET_ENTRY, SESSION_BASKET_ENTRY_PROVIDER
 
Fields inherited from interface common.ServletKeys
KEY_BASE_HREF
 
Fields inherited from interface common.ServletConstants
INIT_AUTH_PASSWORD, INIT_AUTH_USERNAME, INIT_PAGE_AUTH, INIT_PAGE_SHOP_BASKET, INIT_PAGE_TOP, REQUEST_BASE_HREF
 
Constructor Summary
ShopBasketServlet()
           
 
Method Summary
protected  void doAction(jp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext context)
           
 
Methods inherited from class pagemixer.servlet.ServletTemplate
doGet, doPost, forward, init
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShopBasketServlet

public ShopBasketServlet()
Method Detail

doAction

protected void doAction(jp.ne.dti.lares.foozy.pagemixer.servlet.ServletConsumerContext context)
                 throws javax.servlet.ServletException,
                        java.io.IOException
Overrides:
doAction in class ServletTemplate

PageMixer demonstration with Servlet