Uses of Class
com.codemonster.surinam.core.model.EntryPointBlueprint

Packages that use EntryPointBlueprint
com.codemonster.surinam.controller   
com.codemonster.surinam.core.formatter   
com.codemonster.surinam.core.framework   
com.codemonster.surinam.export.framework   
com.codemonster.surinam.mgmt.impl   
 

Uses of EntryPointBlueprint in com.codemonster.surinam.controller
 

Methods in com.codemonster.surinam.controller that return EntryPointBlueprint
 EntryPointBlueprint RegisterEntryPointAction.getEntryPointBlueprint()
           
 

Methods in com.codemonster.surinam.controller with parameters of type EntryPointBlueprint
 void RegisterEntryPointAction.setEntryPointBlueprint(EntryPointBlueprint entryPointBlueprint)
           
 

Uses of EntryPointBlueprint in com.codemonster.surinam.core.formatter
 

Method parameters in com.codemonster.surinam.core.formatter with type arguments of type EntryPointBlueprint
 StringBuilder EntryPointBlueprintHTMLFormatter.formatAll(Map<String,EntryPointBlueprint> map)
           
abstract  StringBuilder AbstractEntryPointBlueprintFormatter.formatAll(Map<String,EntryPointBlueprint> map)
          This is the callback to format all entry point blueprints with a type-safe signature.
 

Uses of EntryPointBlueprint in com.codemonster.surinam.core.framework
 

Methods in com.codemonster.surinam.core.framework with parameters of type EntryPointBlueprint
 void BlueprintManager.registerEntryPoint(EntryPointBlueprint blueprint)
          Registers an entry point with the BPM.
 void BlueprintManagerImpl.registerEntryPoint(EntryPointBlueprint entryPointBlueprint)
           
 

Uses of EntryPointBlueprint in com.codemonster.surinam.export.framework
 

Methods in com.codemonster.surinam.export.framework with parameters of type EntryPointBlueprint
 void ServiceBlockAdmin.registerEntryPoint(EntryPointBlueprint entryPoint)
          An entry point is just like a normal service except that the contract class is expected to be taken from the parent loader and not locally.
 

Uses of EntryPointBlueprint in com.codemonster.surinam.mgmt.impl
 

Methods in com.codemonster.surinam.mgmt.impl with parameters of type EntryPointBlueprint
 void ServiceBlockImpl.registerEntryPoint(EntryPointBlueprint entryPoint)
          An entry point is just like a normal service except that the contract class is expected to be taken from the parent loader and not locally.
 



Copyright © 2010. All Rights Reserved.