Ralph Goers wrote:
Sylvain Wallez wrote:
So I propose the following:
- getId() --> getName()
- getRequestParameterName() --> getFullId()
I'm not familiar with this stuff at all, but from your description it
appears that getFullName() would be better. You could also use
getLocalName() instead of getName(), but I like getName() as its shorter.
I don't like getFullId too. Here are two other options:
- getId() --> getName()
- getRequestParameterName() --> getCanonicalName()
Or:
- getId() --> getLocalName()
- getRequestParameterName() --> getName()
Both are names, but one is "local" and another is "global" (or "canonical").
Vadim