| org.apache.cocoon.portal.event.aspect.impl.ActionCounterEventAspect
ActionCounterEventAspect | public class ActionCounterEventAspect extends AbstractLogEnabled implements EventAspect,ThreadSafe,Parameterizable(Code) | | This aspect "disables" the back button of the browser and tries to avoid
problems with the user browsing in multiple windows.
This event attaches a unique number to each request. For each user only the
current number is "active". Every request comming in containing an older
number is disregarded and therefore ignored.
WARNING: This aspect solves some problems while introducing new ones. Some
features of the portal do NOT work when this aspect is used.
author: Carsten Ziegeler author: Volker Schmitt version: CVS $Id: ActionCounterEventAspect.java 433543 2006-08-22 06:22:54Z crossley $ |
ATTRIBUTE_NAME | final protected static String ATTRIBUTE_NAME(Code) | | |
parameterName | protected String parameterName(Code) | | The name of the parameter to check
|
parameterize | public void parameterize(Parameters parameters) throws ParameterException(Code) | | |
|
|