public class WebHandlerConfig
extends java.lang.Object
openedge.properties,
at deploy time.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
cls
The qualified legacy name of this handler.
|
private int |
index
The index in
handler#, from where it was defined. |
private java.lang.String |
path
The path serviced by this handler.
|
private java.lang.String |
section
The section where this handler is configured (something like
appname.ROOT.WEB. |
| Constructor and Description |
|---|
WebHandlerConfig(java.lang.String section,
java.lang.String cls,
int index,
java.lang.String path)
Create the specified configuratio.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCls()
Get the
qualified class name. |
int |
getIndex()
Get the
configuration index. |
java.lang.String |
getPath()
Get the
service path. |
java.lang.String |
getSection()
Get the
section. |
private final java.lang.String section
appname.ROOT.WEB.private final java.lang.String cls
private final int index
handler#, from where it was defined.private final java.lang.String path
public WebHandlerConfig(java.lang.String section,
java.lang.String cls,
int index,
java.lang.String path)
section - The handler's section.cls - The qualified legacy class name.index - The configuration index.path - The service path.public java.lang.String getCls()
qualified class name.cls.public int getIndex()
configuration index.index.public java.lang.String getPath()
service path.path.