org.moremotion.page
Class PageUtils
java.lang.Object
org.moremotion.page.PageUtils
public class PageUtils
- extends java.lang.Object
- Version:
- $Id: PageUtils.java 51 2008-03-10 11:46:54Z erkan $
Field Summary |
static boolean |
Debug
|
Method Summary |
static java.lang.String |
decodeXMLChars(java.lang.String source)
Decodes XML entities &, ', >, <, "
to &, ', >, <, " in the given string. |
static java.lang.String |
encodeXMLAttributeValue(java.lang.String source)
Encodes characters &, <, " to XML entities
&, <, " in the given string. |
static java.lang.String |
encodeXMLElementValue(java.lang.String source)
Encodes characters &, >, < to XML entities
&, >, < in the given string. |
static java.lang.String |
getPageInfoXml(MoreMotionRequest request)
|
static java.lang.String |
getTillSemicolumn(java.lang.String str,
int position)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Debug
public static boolean Debug
PageUtils
public PageUtils()
getTillSemicolumn
public static java.lang.String getTillSemicolumn(java.lang.String str,
int position)
encodeXMLAttributeValue
public static java.lang.String encodeXMLAttributeValue(java.lang.String source)
- Encodes characters
&, <, "
to XML entities
&, <, "
in the given string.
encodeXMLElementValue
public static java.lang.String encodeXMLElementValue(java.lang.String source)
- Encodes characters
&, >, <
to XML entities
&, >, <
in the given string.
decodeXMLChars
public static java.lang.String decodeXMLChars(java.lang.String source)
- Decodes XML entities
&, ', >, <, "
to &, ', >, <, "
in the given string.
getPageInfoXml
public static java.lang.String getPageInfoXml(MoreMotionRequest request)
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.