org.jboss.cdi.tck.tests.implementation.builtin.servlet
Class LowercaseConverter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
protected static final String TEXT
- See Also:
- Constant Field Values
LowercaseConverter
public LowercaseConverter()
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-2012 Seam Framework. All Rights Reserved.