org.tinygroup.weblayer.webcontext.rewrite
类 Flags

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.rewrite.Flags
直接已知子类:
RewriteCondition.ConditionFlags, RewriteSubstitution.SubstitutionFlags

public class Flags
extends Object


构造方法摘要
Flags()
           
Flags(String... flags)
           
 
方法摘要
protected  String[] getFlags()
           
protected  String getFlagValue(String... names)
          如果flag不存在,则返回null
protected  boolean hasFlags(String... names)
          检查flags,如果存在,则返回true
 boolean isEmpty()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Flags

public Flags()

Flags

public Flags(String... flags)
方法详细信息

isEmpty

public boolean isEmpty()

getFlags

protected String[] getFlags()

hasFlags

protected boolean hasFlags(String... names)
检查flags,如果存在,则返回true


getFlagValue

protected String getFlagValue(String... names)
如果flag不存在,则返回null。如果flag无值,则返回空字符串。否则返回值。


toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2006–2013 开源组织. All rights reserved.