public class URLFormat extends Object
| Modifier and Type | Method and Description |
|---|---|
static URLFormat |
create(Boolean secure,
Boolean authenticated,
Boolean relative,
Boolean escapeXML,
Boolean servletEncoded)
Factory creation of URLFormat objects.
|
Boolean |
getAuthenticated() |
Boolean |
getEscapeXML() |
Boolean |
getRelative() |
Boolean |
getSecure() |
Boolean |
getServletEncoded() |
public static URLFormat create(Boolean secure, Boolean authenticated, Boolean relative, Boolean escapeXML, Boolean servletEncoded)
secure - if the url should be secureauthenticated - if the url should force the user to authenticaterelative - if the url is relative or absoluteescapeXML - if the url should have XML escapedservletEncoded - if the url should be encoded with the servlet response (session propagation)public Boolean getSecure()
public Boolean getAuthenticated()
public Boolean getRelative()
public Boolean getEscapeXML()
public Boolean getServletEncoded()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.