public class PortalSessionDestroyer extends BasePortalLifecycle
METHOD_ALL, METHOD_DESTROY, METHOD_INIT
Constructor and Description |
---|
PortalSessionDestroyer(javax.servlet.http.HttpSession httpSession) |
PortalSessionDestroyer(javax.servlet.http.HttpSessionEvent httpSessionEvent)
Deprecated.
As of Judson (7.1.x), replaced by
PortalSessionDestroyer(HttpSession) |
Modifier and Type | Method and Description |
---|---|
protected void |
doPortalDestroy() |
protected void |
doPortalInit() |
portalDestroy, portalInit, registerPortalLifecycle, registerPortalLifecycle
public PortalSessionDestroyer(javax.servlet.http.HttpSession httpSession)
@Deprecated public PortalSessionDestroyer(javax.servlet.http.HttpSessionEvent httpSessionEvent)
PortalSessionDestroyer(HttpSession)
protected void doPortalDestroy()
doPortalDestroy
in class BasePortalLifecycle
protected void doPortalInit()
doPortalInit
in class BasePortalLifecycle