|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.aribaweb.core.AWConcreteApplication.RequestURLInfo
public class AWConcreteApplication.RequestURLInfo
Simple class that encapsulates information calculated from the request.
Field Summary | |
---|---|
java.lang.String |
applicationNumber
The application number for applications which define such a concept. |
java.lang.String |
requestHandlerKey
The key that used to determine how the request is handled. |
java.lang.String[] |
requestHandlerPath
An array containing: [ {request-handler-key}, {extra-stuff}, ...] |
java.lang.String |
tabIndex
The tab index of the request. |
Constructor Summary | |
---|---|
AWConcreteApplication.RequestURLInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String requestHandlerKey
public java.lang.String applicationNumber
public java.lang.String tabIndex
public java.lang.String[] requestHandlerPath
Constructor Detail |
---|
public AWConcreteApplication.RequestURLInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |