|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.canyamo.core.action
Interface TransparentAction

- public interface TransparentAction
Empty interface for Actions which should not be registered for "LAST_ACTION"
funcionality.
Sometimes it's pretty helpfull if after login we can stay in the place we
were, so we register the last processed actions. But sometimes this carries
an undiserable effect, because some actions should not be registered.
A good example is the case "logout -> login". After login we ant to stay in
the same place (for example viewing a file, and login to edit it), but if we
work always this way, we will never be able to login after a logout, because
after login will be logout automatically processed.
This interface mark all Actions which should not be registered.
- Version:
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC