org.apache.pluto.core
Class DefaultApplicationIdResolver

java.lang.Object
  extended by org.apache.pluto.core.DefaultApplicationIdResolver
All Implemented Interfaces:
ApplicationIdResolver

public class DefaultApplicationIdResolver
extends java.lang.Object
implements ApplicationIdResolver


Field Summary
 
Fields inherited from interface org.apache.pluto.core.ApplicationIdResolver
DECISIVE, DEFAULT, MANUAL
 
Constructor Summary
DefaultApplicationIdResolver()
           
 
Method Summary
 int getAuthority()
          Retrive the degree of authority with which the resolver speaks.
 java.lang.String resolveApplicationId(javax.servlet.ServletContext context)
          Resolve the applicationId for the given context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultApplicationIdResolver

public DefaultApplicationIdResolver()
Method Detail

resolveApplicationId

public java.lang.String resolveApplicationId(javax.servlet.ServletContext context)
Description copied from interface: ApplicationIdResolver
Resolve the applicationId for the given context.

Specified by:
resolveApplicationId in interface ApplicationIdResolver
Returns:

getAuthority

public int getAuthority()
Description copied from interface: ApplicationIdResolver
Retrive the degree of authority with which the resolver speaks.

Specified by:
getAuthority in interface ApplicationIdResolver
Returns:


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.