Uses of Enum
org.apache.tapestry5.http.services.Session.LockMode
Packages that use Session.LockMode
Package
Description
[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.LockModeModifier and TypeMethodDescriptionboolean
SessionImpl.containsAttribute
(String name, Session.LockMode lockMode) SessionImpl.getAttribute
(String name, Session.LockMode lockMode) SessionImpl.getAttributeNames
(String prefix, Session.LockMode lockMode) 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.LockModeModifier and TypeMethodDescriptionstatic Session.LockMode
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.LockModeModifier and TypeMethodDescriptionboolean
Session.containsAttribute
(String name, Session.LockMode lockMode) Checks if the a value is stored in the session with the specified name.Session.getAttribute
(String name, Session.LockMode lockMode) Returns the value previously stored in the session.Session.getAttributeNames
(String prefix, Session.LockMode lockMode) Returns a list of the names of all attributes stored in the session whose name has the provided prefix.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.LockModeModifier and TypeMethodDescriptionboolean
PageTesterSession.containsAttribute
(String name, Session.LockMode lockMode) PageTesterSession.getAttribute
(String name, Session.LockMode lockMode) PageTesterSession.getAttributeNames
(String prefix, Session.LockMode lockMode) PageTesterSession.getAttributeNames
(Session.LockMode lockMode)