站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

URLInfo - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.util
Class URLInfo

java.lang.Object
  extended byorg.jboss.portal.server.util.URLInfo

public class URLInfo
extends java.lang.Object

URL information that does not belong to the url value itself.


Field Summary
protected  boolean authenticated
          .
protected  java.lang.Boolean relative
          .
protected  boolean secure
          .
 
Constructor Summary
URLInfo(boolean secure, boolean authenticated)
           
URLInfo(boolean secure, boolean authenticated, java.lang.Boolean relative)
           
 
Method Summary
 java.lang.StringBuffer encode(ServerInvocation invocation)
           
 void encode(ServerInvocation invocation, java.lang.StringBuffer buffer)
           
 boolean getSecure()
           
 boolean isAuthenticated()
           
 java.lang.Boolean isRelative()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

secure

protected final boolean secure
.


authenticated

protected final boolean authenticated
.


relative

protected final java.lang.Boolean relative
.

Constructor Detail

URLInfo

public URLInfo(boolean secure,
               boolean authenticated)

URLInfo

public URLInfo(boolean secure,
               boolean authenticated,
               java.lang.Boolean relative)
Method Detail

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