Nitido Inc.

Uses of Interface
com.nitido.nim.NimletInput

Packages that use NimletInput
com.nitido.nim This package contains NiM core classes. 
com.nitido.nimbox.http This package contains the HttpServlet that acts as a Nimlet driver. 
com.nitido.nimbox.http.services.ad The Advertisement Service for HTTP NiMBox. 
com.nitido.nimx.services.brand   
com.nitido.nimx.services.brand.ldap   
com.nitido.nimx.services.brand.sysdefault   
 

Uses of NimletInput in com.nitido.nim
 

Methods in com.nitido.nim with parameters of type NimletInput
 void Nimlet.execute(Entity entity, NimletInput in, NimletOutput out)
          This method is called to handle an authenticated request from an entity.
 void Nimlet.execute(NimletInput in, NimletOutput out)
          This method is called to handle a non-authenticated request from a client.
abstract  Brand BrandService.getBrand(NimletInput input, Entity user)
          Returns a brand object for this user.
 Brand NiM.getBrand(NimletInput input, Entity user)
          Get a brand object.
 

Uses of NimletInput in com.nitido.nimbox.http
 

Classes in com.nitido.nimbox.http that implement NimletInput
 class HttpNimletInput
          The HttpNimletInput provide the HTTP implementation for the NimletInput interface.
 

Uses of NimletInput in com.nitido.nimbox.http.services.ad
 

Methods in com.nitido.nimbox.http.services.ad with parameters of type NimletInput
 void ADTrackingRedirectNimlet.execute(Entity entity, NimletInput input, NimletOutput output)
           
 void ADTrackingRedirectNimlet.execute(NimletInput input, NimletOutput output)
           
 

Uses of NimletInput in com.nitido.nimx.services.brand
 

Methods in com.nitido.nimx.services.brand with parameters of type NimletInput
static java.lang.String BrandUtil.getLocale(NimletInput input)
           
static java.lang.String BrandUtil.getLocale(NimletInput input, Entity user)
          Determine the locale from the input and the user.
static void BrandUtil.setLocaleCookie(NimletInput input, java.lang.String locale)
           
 

Uses of NimletInput in com.nitido.nimx.services.brand.ldap
 

Methods in com.nitido.nimx.services.brand.ldap with parameters of type NimletInput
protected  Brand BrandServiceImpl.doGetBrand(java.lang.String domainID, java.lang.String brandID, Entity user, NimletInput input)
           
 Brand BrandServiceImpl.getBrand(NimletInput input, Entity user)
          Determines which brand to use based on HttpNimletInput and user's pref.
 java.lang.String BrandServiceImpl.getDomainID(NimletInput input)
          Attempt to retrieve the name of the domain from which the request is being made.
 

Uses of NimletInput in com.nitido.nimx.services.brand.sysdefault
 

Methods in com.nitido.nimx.services.brand.sysdefault with parameters of type NimletInput
 Brand BrandServiceImpl.getBrand(NimletInput input, Entity user)
           
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.