org.moremotion.page
Class PageUtils

java.lang.Object
  extended by 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
           
 
Constructor Summary
PageUtils()
           
 
Method Summary
static java.lang.String decodeXMLChars(java.lang.String source)
          Decodes XML entities &amp;, &apos;, &gt;, &lt;, &quot; to &, ', >, <, " in the given string.
static java.lang.String encodeXMLAttributeValue(java.lang.String source)
          Encodes characters &, <, " to XML entities &amp;, &lt;, &quot; in the given string.
static java.lang.String encodeXMLElementValue(java.lang.String source)
          Encodes characters &, >, < to XML entities &amp;, &gt;, &lt; 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
 

Field Detail

Debug

public static boolean Debug
Constructor Detail

PageUtils

public PageUtils()
Method Detail

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 &amp;, &lt;, &quot; in the given string.


encodeXMLElementValue

public static java.lang.String encodeXMLElementValue(java.lang.String source)
Encodes characters &, >, < to XML entities &amp;, &gt;, &lt; in the given string.


decodeXMLChars

public static java.lang.String decodeXMLChars(java.lang.String source)
Decodes XML entities &amp;, &apos;, &gt;, &lt;, &quot; to &, ', >, <, " in the given string.


getPageInfoXml

public static java.lang.String getPageInfoXml(MoreMotionRequest request)


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.