|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.strings.URLEncodeExpression
public class URLEncodeExpression
Performs an URL encoding on the value read from the given field. As the URL-encoding schema is a binary encoding, a real character encoding must be given as well. If not defined otherwise, ISO-8859-1 is used.
Constructor Summary | |
---|---|
URLEncodeExpression()
Deprecated. Default Constructor. |
Method Summary | |
---|---|
String |
getEncoding()
Deprecated. Returns the defined character encoding that is used to transform the Java-Unicode strings into bytes. |
String |
getField()
Deprecated. Returns the name of the datarow-column from where to read the string value. |
Object |
getValue()
Deprecated. Encodes the value read from the defined field. |
void |
setEncoding(String encoding)
Deprecated. Defines the character encoding that is used to transform the Java-Unicode strings into bytes. |
void |
setField(String field)
Deprecated. Defines the name of the datarow-column from where to read the string value. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLEncodeExpression()
Method Detail |
---|
public String getField()
public void setField(String field)
field
- the field.public String getEncoding()
public void setEncoding(String encoding)
encoding
- the encoding.public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |