| Home >> All >> com >> opencms >> [ util Javadoc ] |
com.opencms.util: Javadoc index of package com.opencms.util.
Package Samples:
com.opencms.util
Classes:
Encoder: The OpenCms Encoder class provides static methods to decode and encode data. The methods in this class are substitutes for java.net.URLEncoder.encode() and java.net.URLDecoder.decode() . Use the methods from this class in all OpenCms core classes to ensure the encoding is always handled the same way. The de- and encoding uses the same coding mechanism as JavaScript, special characters are replaxed with %hex where hex is a two digit hex number. Note: On the client side (browser) instead of using corresponding escape and unescape JavaScript functions, better use encodeURIComponent and decodeURIComponent ...
CmsByteArrayDataSource: This class implements a DataSource from an InputStream, a byte array or a String and is most often used to create a mail message with the CmsMail object.
MailUtils: This is a general helper class for applications sending mails
I_PasswordValidation: Defines methods for password validating objects.
SqlHelper: This is a helper class for sql queries.
Utils: This is a general helper class.
PasswordValidtation: Validates OpenCms passwords.
LinkSubstitution
| Home | Contact Us | Privacy Policy | Terms of Service |