ariba.ui.aribaweb.core
Annotation Type AWRequestValidation


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface AWRequestValidation


Optional Element Summary
 boolean shouldValidateNode
           
 boolean shouldValidateRequest
           
 boolean shouldValidateSession
           
 

shouldValidateSession

public abstract boolean shouldValidateSession
Default:
true

shouldValidateNode

public abstract boolean shouldValidateNode
Default:
false

shouldValidateRequest

public abstract boolean shouldValidateRequest
Default:
false


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.