org.moremotion.page
Class PageUtils
java.lang.Object
org.moremotion.page.PageUtils
public class PageUtils
- extends java.lang.Object
- Version:
- $Id: PageUtils.java 739 2010-12-29 15:56:38Z 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 org.w3c.dom.Node |
emptyDOMResult()
|
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(MoreMotionServletRequest 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(MoreMotionServletRequest request)
emptyDOMResult
public static org.w3c.dom.Node emptyDOMResult()
Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.