org.apache.pluto.core
Class AttributeApplicationIdResolver
java.lang.Object
org.apache.pluto.core.AttributeApplicationIdResolver
- All Implemented Interfaces:
- ApplicationIdResolver
public class AttributeApplicationIdResolver
- extends Object
- implements ApplicationIdResolver
Method Summary |
int |
getAuthority()
Retrive the degree of authority with which
the resolver speaks. |
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 |
CONTEXT_PATH_PARAM
public static final String CONTEXT_PATH_PARAM
- See Also:
- Constant Field Values
AttributeApplicationIdResolver
public AttributeApplicationIdResolver()
resolveApplicationId
public 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.