net.wgen.op.system
Class OpFrameworkModule
java.lang.Object
net.wgen.op.system.OpModule
net.wgen.op.system.OpFrameworkModule
- All Implemented Interfaces:
- java.io.Serializable
- public class OpFrameworkModule
- extends OpModule
- Version:
- $Id: OpFrameworkModule.html,v 1.2 2007/01/28 04:09:37 paulfeuer Exp $
- Author:
- Paul Feuer, Wireless Generation, Inc.
- See Also:
- Serialized Form
|
Method Summary |
int |
getClassMatchLength(java.lang.Class clazz)
The amount of the class name that can be claimed by this Application. |
java.lang.Long |
getModuleId()
The applicationSid of the application. |
int |
getUrlMatchLength(java.lang.String url)
The amount of the url that can be claimed by this Application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
APPLICATION_ID
public static final java.lang.Long APPLICATION_ID
OpFrameworkModule
public OpFrameworkModule()
getUrlMatchLength
public int getUrlMatchLength(java.lang.String url)
- The amount of the url that can be claimed by this Application. Returning a 0 means that this
application makes no claim on the url. The highest scoring claim wins.
- Specified by:
getUrlMatchLength in class OpModule
- Parameters:
url -
- Returns:
- the amount of the url that can be claimed by this url
getClassMatchLength
public int getClassMatchLength(java.lang.Class clazz)
- The amount of the class name that can be claimed by this Application. Returning a 0 means
that this application makes no claim on the class. The highest scoring claim wins.
- Specified by:
getClassMatchLength in class OpModule
- Parameters:
clazz -
- Returns:
- the amount of the url that can be claimed by this url
getModuleId
public java.lang.Long getModuleId()
- The applicationSid of the application.
- Specified by:
getModuleId in class OpModule
- Returns:
- the applicationSid of the application