|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.engine.ElementToService
public class ElementToService
Contains the information required to service an element request.
| Constructor Summary | |
|---|---|
ElementToService(ElementInfo elementInfo,
String pathInfo)
Creates a new ElementToService instance. |
|
| Method Summary | |
|---|---|
ElementInfo |
getElementInfo()
Retrieves the ElementInfo to service an element request. |
String |
getPathInfo()
Retrieves the pathinfo that will be used while servicing the element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementToService(ElementInfo elementInfo,
String pathInfo)
ElementToService instance.
elementInfo - the ElementInfo of the element that needs
to be servicedpathInfo - the pathinfo string that needs to be used while servicing
the element| Method Detail |
|---|
public ElementInfo getElementInfo()
ElementInfo to service an element request.
ElementInfo, which can never be nullpublic String getPathInfo()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||