org.mobicents.servlet.sip.startup.loading.rules
Class ExistsRule

java.lang.Object
  extended by org.mobicents.servlet.sip.startup.loading.rules.RequestRule
      extended by org.mobicents.servlet.sip.startup.loading.rules.ExistsRule
All Implemented Interfaces:
MatchingRule

public class ExistsRule
extends RequestRule
implements MatchingRule

Author:
Thomas Leseney

Constructor Summary
ExistsRule(java.lang.String var)
           
 
Method Summary
 java.lang.String getExpression()
           
 boolean matches(SipServletRequest request)
           
 
Methods inherited from class org.mobicents.servlet.sip.startup.loading.rules.RequestRule
getValue, getVarName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExistsRule

public ExistsRule(java.lang.String var)
Method Detail

matches

public boolean matches(SipServletRequest request)
Specified by:
matches in interface MatchingRule

getExpression

public java.lang.String getExpression()
Specified by:
getExpression in interface MatchingRule


Copyright © 2008. All Rights Reserved.