Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
Modifier and Type | Method and Description |
---|---|
LinkSecurity |
Link.getSecurity()
Returns the current security for this link, which reflects whether the targeted page is itself secure or insecure.
|
LinkSecurity |
LinkSecurity.promote()
Promotes to either
FORCE_SECURE or FORCE_INSECURE . |
static LinkSecurity |
LinkSecurity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkSecurity[] |
LinkSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setSecurity(LinkSecurity newSecurity)
Changes the link's security, which can be useful to force a link to be either secure or insecure
when normally it might not be.
|
Modifier and Type | Method and Description |
---|---|
LinkSecurity |
RequestSecurityManager.checkPageSecurity(String pageName)
Determines if the page security does not match the request's security.
|
LinkSecurity |
RequestSecurityManagerImpl.checkPageSecurity(String pageName) |
LinkSecurity |
LinkImpl.getSecurity() |
Modifier and Type | Method and Description |
---|---|
void |
LinkImpl.setSecurity(LinkSecurity newSecurity) |
Constructor and Description |
---|
LinkImpl(String basePath,
boolean forForm,
LinkSecurity defaultSecurity,
Response response,
ContextPathEncoder contextPathEncoder,
BaseURLSource baseURLSource) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.