当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
URLInfo - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.server.util
Class URLInfo
java.lang.Object
org.jboss.portal.server.util.URLInfo
- public class URLInfo
- extends java.lang.Object
URL information that does not belong to the url value itself.
Constructor Summary |
URLInfo(boolean secure,
boolean authenticated)
|
URLInfo(boolean secure,
boolean authenticated,
java.lang.Boolean relative)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
secure
protected final boolean secure
- .
authenticated
protected final boolean authenticated
- .
relative
protected final java.lang.Boolean relative
- .
URLInfo
public URLInfo(boolean secure,
boolean authenticated)
URLInfo
public URLInfo(boolean secure,
boolean authenticated,
java.lang.Boolean relative)
getSecure
public boolean getSecure()
isAuthenticated
public boolean isAuthenticated()
isRelative
public java.lang.Boolean isRelative()
encode
public java.lang.StringBuffer encode(ServerInvocation invocation)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
- if any argument is null
encode
public void encode(ServerInvocation invocation,
java.lang.StringBuffer buffer)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
- if any argument is null