A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
setNamespace(ns) — Method in class com.ericfeminella.ns.ContextNamespace
Sets the qualified namespace object based on the current context of the application

The namespace referenced by getNamespace is to be utilized to determine the context from which methods are called.

setNamespace(ns) — Method in interface com.ericfeminella.ns.INamespaceManager
Sets the qualified namespace object based on the current context of the application

The namespace referenced by getNamespace is to be utilized to determine the context from which methods are called.

SingletonManager — Final class in package com.ericfeminella.utils
All static class which provides an API which enforces classes which are to follow the Singleton pattern are only ever have a single instance instantiated per application, by monitoring the instantiation of derived classes this requirement is ensured, thus elliminating the Singleton implementation code from the actual class implementation.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z