Uses of Class
org.infolayer.templates.IlUrl

Packages that use IlUrl
org.infolayer.servlet   
org.infolayer.templates   
org.infolayer.templates.html   
 

Uses of IlUrl in org.infolayer.servlet
 

Methods in org.infolayer.servlet that return IlUrl
 IlUrl RequestHandler.getRequestUrl()
          Returns the original, unmodified URL of the request
 IlUrl RequestHandler.getUrl()
          Returns the URL of the request with possible local property or mode changes (for example in the case of an include or form).
 IlUrl RequestHandler.getNextUrl()
           
 

Methods in org.infolayer.servlet with parameters of type IlUrl
 void RequestHandler.setUrl(IlUrl url)
           
 void RequestHandler.seeOther(IlUrl newUrl)
          Redirects the browser to the stack top url
 

Uses of IlUrl in org.infolayer.templates
 

Methods in org.infolayer.templates that return IlUrl
abstract  IlUrl IlRequest.getRequestUrl()
           
abstract  IlUrl IlRequest.getUrl()
           
 IlUrl IlRequest.getUrl(java.lang.String url)
           
 IlUrl IlRequest.getUrl(java.lang.Object object)
           
 IlUrl IlUrl.withProperty(java.lang.String name, java.lang.String value)
          returns a new IlUrl with the given property set
 IlUrl IlUrl.withPath(java.lang.String path)
           
 IlUrl IlUrl.withObject(java.lang.String name, java.lang.Object value)
           
 IlUrl ParameterizedElement.setParams(IlRequest context, Bindings bindings)
          Sets the given parameters, returns a hashtable containing the old values
 

Methods in org.infolayer.templates with parameters of type IlUrl
abstract  void IlRequest.setUrl(IlUrl url)
           
 

Uses of IlUrl in org.infolayer.templates.html
 

Methods in org.infolayer.templates.html with parameters of type IlUrl
static void HtmlUtils.writeLink(XmlSerializer xw, IlUrl url, java.lang.String text)