Class NameSpacesInformationRepositoryRegistrar
- java.lang.Object
-
- org.wso2.carbon.sequences.ui.util.ns.NameSpacesInformationRepositoryRegistrar
-
public class NameSpacesInformationRepositoryRegistrar extends Object
Registrar for the namespaces information
-
-
Constructor Summary
Constructors Constructor Description NameSpacesInformationRepositoryRegistrar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
registerNameSpacesInformationRepository(NameSpacesInformationRepository repository, javax.servlet.http.HttpSession httpSession)
static void
unRegisterNameSpacesInformationRepository(javax.servlet.http.HttpSession httpSession)
-
-
-
Method Detail
-
unRegisterNameSpacesInformationRepository
public static void unRegisterNameSpacesInformationRepository(javax.servlet.http.HttpSession httpSession)
-
registerNameSpacesInformationRepository
public static void registerNameSpacesInformationRepository(NameSpacesInformationRepository repository, javax.servlet.http.HttpSession httpSession)
-
-