org.apache.pluto.core
Interface ApplicationIdResolver
- All Known Implementing Classes:
- AttributeApplicationIdResolver, DefaultApplicationIdResolver, InitParameterApplicationIdResolver
public interface ApplicationIdResolver
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. |
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
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-2011 Apache Software Foundation. All Rights Reserved.