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

URLFormat - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.server.request
Class URLFormat

java.lang.Object
  extended byorg.jboss.portal.server.request.URLFormat

public final class URLFormat
extends java.lang.Object


Field Summary
static URLFormat NONRELATIVE_ENC
          .
static URLFormat NONRELATIVE_NONENC
          .
static URLFormat RELATIVE_ENC
          .
static URLFormat RELATIVE_NONENC
          .
 
Method Summary
 boolean isEncoded()
           
 boolean isRelative()
           
static URLFormat newInstance(boolean relative, boolean encoded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONRELATIVE_NONENC

public static final URLFormat NONRELATIVE_NONENC
.


RELATIVE_NONENC

public static final URLFormat RELATIVE_NONENC
.


RELATIVE_ENC

public static final URLFormat RELATIVE_ENC
.


NONRELATIVE_ENC

public static final URLFormat NONRELATIVE_ENC
.

Method Detail

isRelative

public boolean isRelative()

isEncoded

public boolean isEncoded()

newInstance

public static URLFormat newInstance(boolean relative,
                                    boolean encoded)