railo.runtime.type.scope
Interface ScriptProtected

All Known Implementing Classes:
CGIImpl, CookieImpl, FormImpl, URLImpl

public interface ScriptProtected


Field Summary
static int NO
           
static int UNDEFINED
           
static int YES
           
 
Method Summary
 boolean isScriptProtected()
           
 void setScriptProtecting(boolean scriptProtecting)
          transform the string values of the scope do a script protecting way
 

Field Detail

UNDEFINED

static final int UNDEFINED
See Also:
Constant Field Values

YES

static final int YES
See Also:
Constant Field Values

NO

static final int NO
See Also:
Constant Field Values
Method Detail

isScriptProtected

boolean isScriptProtected()
Returns:
returns if the values of the scope are already protected against cross site scripting

setScriptProtecting

void setScriptProtecting(boolean scriptProtecting)
transform the string values of the scope do a script protecting way



Copyright © 2012 Railo