|
|||||||||
| Home >> All >> org >> scoja >> server >> [ expr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scoja.server.expr
Class SecureFunction

java.lang.Objectorg.scoja.server.expr.StringExpressionAtPython
org.scoja.server.expr.String2StringFunction
org.scoja.server.expr.SecureFunction
- All Implemented Interfaces:
- StringExpression
- public class SecureFunction
- extends String2StringFunction
Makes a String secure to be used as part of a file name.
Put an underline (_) instead of end of lines,
File.separatorChar>File.separatorChar 55 or File.pathSeparatorChar>File.pathSeparatorChar 55 .
| Field Summary |
| Fields inherited from class org.scoja.server.expr.String2StringFunction |
subexpr1 |
| Constructor Summary | |
SecureFunction(StringExpression subexpr)
|
|
| Method Summary | |
org.scoja.server.core.QStr |
eval(org.scoja.server.core.EventContext env)
|
static java.lang.String |
secure(java.lang.String unsecure)
|
| Methods inherited from class org.scoja.server.expr.StringExpressionAtPython |
__eq__ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
SecureFunction
public SecureFunction(StringExpression subexpr)
| Method Detail |
eval
public org.scoja.server.core.QStr eval(org.scoja.server.core.EventContext env)
- Specified by:
evalin interfaceStringExpression- Overrides:
evalin classString2StringFunction
secure
public static java.lang.String secure(java.lang.String unsecure)
|
|||||||||
| Home >> All >> org >> scoja >> server >> [ expr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC