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

static final int DECISIVE
See Also:
Constant Field Values

MANUAL

static final int MANUAL
See Also:
Constant Field Values

DEFAULT

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

resolveApplicationId

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

Parameters:
context -
Returns:

getAuthority

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

Returns:


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