Package org.apache.wiki.spi
Class SessionSPIDefaultImpl
- java.lang.Object
-
- org.apache.wiki.spi.SessionSPIDefaultImpl
-
- All Implemented Interfaces:
SessionSPI
public class SessionSPIDefaultImpl extends java.lang.Object implements SessionSPI
Default implementation forSessionSPI- See Also:
SessionSPI
-
-
Constructor Summary
Constructors Constructor Description SessionSPIDefaultImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sessionfind(Engine engine, javax.servlet.http.HttpServletRequest request)Sessionguest(Engine engine)voidremove(Engine engine, javax.servlet.http.HttpServletRequest request)
-
-
-
Constructor Detail
-
SessionSPIDefaultImpl
public SessionSPIDefaultImpl()
-
-
Method Detail
-
remove
public void remove(Engine engine, javax.servlet.http.HttpServletRequest request)
- Specified by:
removein interfaceSessionSPI
-
find
public Session find(Engine engine, javax.servlet.http.HttpServletRequest request)
- Specified by:
findin interfaceSessionSPI
-
guest
public Session guest(Engine engine)
- Specified by:
guestin interfaceSessionSPI
-
-