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

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

public class SubdomainRule
extends RequestRule
implements MatchingRule

Author:
Thomas Leseney

Constructor Summary
SubdomainRule(java.lang.String var, java.lang.String value)
           
 
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

SubdomainRule

public SubdomainRule(java.lang.String var,
                     java.lang.String value)
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 © 2009. All Rights Reserved.