Uses of Class
org.apache.tapestry5.http.services.Session.LockMode
-
Packages that use Session.LockMode Package Description org.apache.tapestry5.http.internal.services org.apache.tapestry5.http.services org.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to change -
-
Uses of Session.LockMode in org.apache.tapestry5.http.internal.services
Methods in org.apache.tapestry5.http.internal.services with parameters of type Session.LockMode Modifier and Type Method Description booleanSessionImpl. containsAttribute(java.lang.String name, Session.LockMode lockMode)java.lang.ObjectSessionImpl. getAttribute(java.lang.String name, Session.LockMode lockMode)java.util.List<java.lang.String>SessionImpl. getAttributeNames(java.lang.String prefix, Session.LockMode lockMode)java.util.List<java.lang.String>SessionImpl. getAttributeNames(Session.LockMode lockMode) -
Uses of Session.LockMode in org.apache.tapestry5.http.services
Methods in org.apache.tapestry5.http.services that return Session.LockMode Modifier and Type Method Description static Session.LockModeSession.LockMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Session.LockMode[]Session.LockMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tapestry5.http.services with parameters of type Session.LockMode Modifier and Type Method Description booleanSession. containsAttribute(java.lang.String name, Session.LockMode lockMode)Checks if the a value is stored in the session with the specified name.java.lang.ObjectSession. getAttribute(java.lang.String name, Session.LockMode lockMode)Returns the value previously stored in the session.java.util.List<java.lang.String>Session. getAttributeNames(java.lang.String prefix, Session.LockMode lockMode)Returns a list of the names of all attributes stored in the session whose name has the provided prefix.java.util.List<java.lang.String>Session. getAttributeNames(Session.LockMode lockMode)Returns a list of the names of all attributes stored in the session. -
Uses of Session.LockMode in org.apache.tapestry5.internal.test
Methods in org.apache.tapestry5.internal.test with parameters of type Session.LockMode Modifier and Type Method Description booleanPageTesterSession. containsAttribute(java.lang.String name, Session.LockMode lockMode)java.lang.ObjectPageTesterSession. getAttribute(java.lang.String name, Session.LockMode lockMode)java.util.List<java.lang.String>PageTesterSession. getAttributeNames(java.lang.String prefix, Session.LockMode lockMode)java.util.List<java.lang.String>PageTesterSession. getAttributeNames(Session.LockMode lockMode)
-