Nitido Inc.

Uses of Interface
com.nitido.nim.NimletOutput

Packages that use NimletOutput
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.nimbox.http.services.ad.simple The simple implementation of the AdService for HTTP NiMBox. 
 

Uses of NimletOutput in com.nitido.nim
 

Methods in com.nitido.nim with parameters of type NimletOutput
 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.
 

Uses of NimletOutput in com.nitido.nimbox.http
 

Classes in com.nitido.nimbox.http that implement NimletOutput
 class HttpNimletOutput
          This class implements the NimletOutput interface.
 

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

Methods in com.nitido.nimbox.http.services.ad with parameters of type NimletOutput
 void ADTrackingRedirectNimlet.execute(Entity entity, NimletInput input, NimletOutput output)
           
 void ADTrackingRedirectNimlet.execute(NimletInput input, NimletOutput output)
           
abstract  SkinAdMap NiMAdService.getAdMap(Entity entity, NimletOutput output)
          This method returns the set of Ads to be displayed for the given entity and skin.
 

Uses of NimletOutput in com.nitido.nimbox.http.services.ad.simple
 

Methods in com.nitido.nimbox.http.services.ad.simple with parameters of type NimletOutput
 SkinAdMap SimpleAdService.getAdMap(Entity entity, NimletOutput output)
          This method returns the Ad Mapping for the skin identified in the NimletOutput parameter.
 


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.