public class IFilterProvider extends IServiceProvider
Objs.Constructor<T extends Objs>, Objs.Property<T>
$get
Modifier | Constructor and Description |
---|---|
protected |
IFilterProvider(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IFilterProvider |
$as(Object obj) |
IServiceProvider |
register(Objs name)
register(name);
|
IServiceProvider |
register(String name)
register(name);
|
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected IFilterProvider(Objs.Constructor<?> c, Object js)
public static IFilterProvider $as(Object obj)
public IServiceProvider register(String name)
name
- Name of the filter function, or an object map of filters where the keys are the filter names and the values are the filter factories. Note: Filter names must be valid angular Expressions identifiers, such as uppercase or orderBy. Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace your filters, then you can use capitalization (myappSubsectionFilterx) or underscores (myapp_subsection_filterx).public IServiceProvider register(Objs name)
name
- Name of the filter function, or an object map of filters where the keys are the filter names and the values are the filter factories. Note: Filter names must be valid angular Expressions identifiers, such as uppercase or orderBy. Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace your filters, then you can use capitalization (myappSubsectionFilterx) or underscores (myapp_subsection_filterx).Copyright © 2018. All rights reserved.