| java.lang.Object com.uwyn.rife.engine.ElementToService
ElementToService | public class ElementToService (Code) | | Contains the information required to service an element request.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.6 |
ElementToService | public ElementToService(ElementInfo elementInfo, String pathInfo)(Code) | | Creates a new ElementToService instance.
Parameters: elementInfo - the ElementInfo of the element that needsto be serviced Parameters: pathInfo - the pathinfo string that needs to be used while servicingthe element since: 1.6 |
getElementInfo | public ElementInfo getElementInfo()(Code) | | Retrieves the ElementInfo to service an element request.
the element's ElementInfo , which can never be null since: 1.6 |
getPathInfo | public String getPathInfo()(Code) | | Retrieves the pathinfo that will be used while servicing the element.
the pathinfo, which can never be null since: 1.6 |
|
|