com.bowstreet.webapp.util
Class WebAppModelURL

java.lang.Object
  extended by com.bowstreet.webapp.util.WebAppModelURL

public class WebAppModelURL
extends java.lang.Object


Constructor Summary
WebAppModelURL(java.lang.String modelName)
           
WebAppModelURL(java.lang.String modelName, URLMapper mapper)
           
 
Method Summary
 void addParameter(java.lang.String name, java.lang.String value)
           
 java.lang.String getAction()
           
 java.util.Map getItems()
          Return the set of items found encoded in the URL.
 java.lang.String getModelName()
           
 java.lang.String getProfile()
           
 void setAction(java.lang.String actionName)
           
 void setItems(java.util.Map items)
          Extended name/value pairs found encoded in the URL Called by the URLMapper that constructed this.
 void setProfile(java.lang.String explicitProfile)
           
 void setSSL(boolean active)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebAppModelURL

public WebAppModelURL(java.lang.String modelName)

WebAppModelURL

public WebAppModelURL(java.lang.String modelName,
                      URLMapper mapper)
Method Detail

addParameter

public void addParameter(java.lang.String name,
                         java.lang.String value)

getAction

public java.lang.String getAction()

getItems

public java.util.Map getItems()
Return the set of items found encoded in the URL.


getModelName

public java.lang.String getModelName()

getProfile

public java.lang.String getProfile()

setAction

public void setAction(java.lang.String actionName)

setItems

public void setItems(java.util.Map items)
Extended name/value pairs found encoded in the URL Called by the URLMapper that constructed this.


setProfile

public void setProfile(java.lang.String explicitProfile)

setSSL

public void setSSL(boolean active)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009 IBM. All Rights Reserved.