org.apache.velocity.app.event.implement
Class EscapeXmlReference
java.lang.Object
  
org.apache.velocity.app.event.implement.EscapeReference
      
org.apache.velocity.app.event.implement.EscapeXmlReference
- All Implemented Interfaces: 
 - EventHandler, ReferenceInsertionEventHandler, RuntimeServicesAware
 
public class EscapeXmlReference
- extends EscapeReference
 
Escape all XML entities.
- Since:
 
  - 1.5
 
- Author:
 
  - wglass
 
- See Also:
 - StringEscapeUtils
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EscapeXmlReference
public EscapeXmlReference()
escape
protected String escape(Object text)
- Escape all XML entities.
- Specified by:
 escape in class EscapeReference
 
- Parameters:
 text - 
- Returns:
 - An escaped String.
 - See Also:
 - StringEscapeUtils
 
 
 
getMatchAttribute
protected String getMatchAttribute()
- Description copied from class: 
EscapeReference 
- Specify the configuration attribute that specifies the
 regular expression.  Ideally should be in a form
 
eventhandler.escape.XYZ.match
 where XYZ is the type of escaping being done.
- Specified by:
 getMatchAttribute in class EscapeReference
 
- Returns:
 - attribute "eventhandler.escape.xml.match"
 
 
 
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.