org.jboss.console.plugins.helpers.servlet
Class ServletHelper

java.lang.Object
  extended by org.jboss.console.plugins.helpers.servlet.ServletHelper

public class ServletHelper
extends Object

Helper class

Version:
$Revision: 57191 $
Author:
Sacha Labourey, Dimitris Andredis

Constructor Summary
ServletHelper()
           
 
Method Summary
static String filter(String input)
          Encode '<', '>', '"', '&' characters to their html equivalent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletHelper

public ServletHelper()
Method Detail

filter

public static String filter(String input)
Encode '<', '>', '"', '&' characters to their html equivalent



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.