Context actualCtx = world.getContext( identifier );
if ( actualCtx == null ) {
// actualCtx = world.createContext( identifier );
}
ShadowContext shadowCtx = contexts.get( identifier );
if ( shadowCtx == null ) {
shadowCtx = new ShadowContextImpl( world.getName(), world, this );
contexts.put( identifier, shadowCtx );
}