org.jboss.cdi.tck.tests.implementation.builtin.servlet
Class LowercaseConverter

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.builtin.servlet.LowercaseConverter
All Implemented Interfaces:
Serializable

@SessionScoped
public class LowercaseConverter
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected static String TEXT
           
 
Constructor Summary
LowercaseConverter()
           
 
Method Summary
 String convert(String text)
           
 javax.servlet.http.HttpServletRequest getHttpServletRequest()
           
 javax.servlet.http.HttpSession getHttpSession()
           
 long getId()
           
 javax.servlet.ServletContext getServletContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT

protected static final String TEXT
See Also:
Constant Field Values
Constructor Detail

LowercaseConverter

public LowercaseConverter()
Method Detail

convert

public String convert(String text)
Parameters:
text -
Returns:

getServletContext

public javax.servlet.ServletContext getServletContext()

getHttpServletRequest

public javax.servlet.http.HttpServletRequest getHttpServletRequest()

getHttpSession

public javax.servlet.http.HttpSession getHttpSession()

getId

public long getId()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.