Uses of Class
net.anotheria.anosite.gen.assitedata.data.PageAliasBuilder
-
Packages that use PageAliasBuilder Package Description net.anotheria.anosite.gen.assitedata.data -
-
Uses of PageAliasBuilder in net.anotheria.anosite.gen.assitedata.data
Methods in net.anotheria.anosite.gen.assitedata.data that return PageAliasBuilder Modifier and Type Method Description PageAliasBuilderPageAliasBuilder. name(java.lang.String aValue)Sets the value of the name attribute.PageAliasBuilderPageAliasBuilder. parameters(java.lang.String aValue)Sets the value of the parameters attribute.PageAliasBuilderPageAliasBuilder. pathes(java.util.List<java.lang.String> aValue)Sets the value of the pathes attribute.PageAliasBuilderPageAliasBuilder. targetPage(java.lang.String aValue)Sets the value of the targetPage attribute.PageAliasBuilderPageAliasBuilder. type(int aValue)Sets the value of the type attribute.
-