org.apache.pluto.core
Interface ApplicationIdResolver

All Known Implementing Classes:
AttributeApplicationIdResolver, DefaultApplicationIdResolver, InitParameterApplicationIdResolver

public interface ApplicationIdResolver


Field Summary
static int DECISIVE
           
static int DEFAULT
           
static int MANUAL
           
 
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.
 

Field Detail

DECISIVE

public static final int DECISIVE
See Also:
Constant Field Values

MANUAL

public static final int MANUAL
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values
Method Detail

resolveApplicationId

public java.lang.String resolveApplicationId(javax.servlet.ServletContext context)
Resolve the applicationId for the given context.

Parameters:
context -
Returns:

getAuthority

public int getAuthority()
Retrive the degree of authority with which the resolver speaks.

Returns:


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