|
Push Down Method public removeAttribute(name String) : void from class ro.pippo.core.Session to public removeAttribute(name String) : void from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public setAttribute(name String, value Object) : void from class ro.pippo.core.Session to public setAttribute(name String, value Object) : void from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public invalidate() : void from class ro.pippo.core.Session to public invalidate() : void from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public isNew() : boolean from class ro.pippo.core.Session to public isNew() : boolean from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public getAttributeNames() : Enumeration<String> from class ro.pippo.core.Session to public getAttributeNames() : Enumeration<String> from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public getAttribute(name String) : Object from class ro.pippo.core.Session to public getAttribute(name String) : Object from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public getId() : String from class ro.pippo.core.Session to public getId() : String from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public getHttpSession() : HttpSession from class ro.pippo.core.Session to public getHttpSession() : HttpSession from class ro.pippo.core.DefaultSession |
From |
To |
|
Push Down Method public Session(httpSession HttpSession) from class ro.pippo.core.Session to public DefaultSession(httpSession HttpSession) from class ro.pippo.core.DefaultSession |
From |
To |