org.olengski.web
@Component public class DoubleSubmissionAspect extends Object
| Constructor and Description |
|---|
DoubleSubmissionAspect() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
concatFields(StringWriter writer,
Object objectToEncode)
A method which recursively inspects an Object and
concatenates all values of all primitive attributes into a resulting String
|
void |
controllerBean() |
void |
decorateForSecurity(org.aspectj.lang.JoinPoint joinPoint) |
void |
doubleSubmitProtected() |
protected Map<Integer,Date> |
getCurrentSessionSubmissions() |
long |
getMaxAge() |
long |
getMaxHashListSize() |
static void |
main(String[] args) |
void |
setMaxAge(long maxAge) |
void |
setMaxHashListSize(long maxHashListSize) |
public void controllerBean()
public void doubleSubmitProtected()
public void decorateForSecurity(org.aspectj.lang.JoinPoint joinPoint)
throws Throwable
Throwableprotected String concatFields(StringWriter writer, Object objectToEncode) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
writer - objectToEncode - InvocationTargetExceptionIllegalAccessExceptionIllegalArgumentExceptionExceptionpublic long getMaxAge()
public void setMaxAge(long maxAge)
public long getMaxHashListSize()
public void setMaxHashListSize(long maxHashListSize)
public static void main(String[] args)
Copyright © 2015. All rights reserved.