be.fedict.eid.applet.service.impl
Class HttpServletProtocolContext
java.lang.Object
be.fedict.eid.applet.service.impl.HttpServletProtocolContext
- All Implemented Interfaces:
- be.fedict.eid.applet.shared.protocol.ProtocolContext
public class HttpServletProtocolContext
- extends Object
- implements be.fedict.eid.applet.shared.protocol.ProtocolContext
Implementation of a protocol context using the HTTP servlet session.
- Author:
- Frank Cornelis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROTOCOL_STATE_SESSION_ATTRIBUTE
public static final String PROTOCOL_STATE_SESSION_ATTRIBUTE
HttpServletProtocolContext
public HttpServletProtocolContext(HttpServletRequest request)
- Main constructor.
- Parameters:
request
-
getProtocolState
public be.fedict.eid.applet.shared.protocol.ProtocolState getProtocolState()
- Specified by:
getProtocolState
in interface be.fedict.eid.applet.shared.protocol.ProtocolContext
setProtocolState
public void setProtocolState(be.fedict.eid.applet.shared.protocol.ProtocolState protocolState)
- Specified by:
setProtocolState
in interface be.fedict.eid.applet.shared.protocol.ProtocolContext
removeProtocolState
public void removeProtocolState()
- Specified by:
removeProtocolState
in interface be.fedict.eid.applet.shared.protocol.ProtocolContext
Copyright © 2008-2010 FedICT. All Rights Reserved.