|
Rename Method public getAttributeNames() : Enumeration<String> renamed to public getKeys() : Enumeration<String> in class ro.pippo.core.Session |
From |
To |
|
Rename Method public getAttributeNames() : Enumeration<String> renamed to public getKeys() : Enumeration<String> in class ro.pippo.core.DefaultSession |
From |
To |
|
Rename Method public getAttribute(name String) : Object renamed to public get(name String) : T in class ro.pippo.core.Session |
From |
To |
|
Rename Method public setAttribute(name String, value Object) : void renamed to public set(name String, value Object) : void in class ro.pippo.core.Session |
From |
To |
|
Rename Method public getAttribute(name String) : Object renamed to public get(name String) : T in class ro.pippo.core.DefaultSession |
From |
To |
|
Rename Method public removeAttribute(name String) : void renamed to public remove(name String) : void in class ro.pippo.core.Session |
From |
To |
|
Rename Method public setAttribute(name String, value Object) : void renamed to public set(name String, value Object) : void in class ro.pippo.core.DefaultSession |
From |
To |
|
Rename Method public removeAttribute(name String) : void renamed to public remove(name String) : void in class ro.pippo.core.DefaultSession |
From |
To |