| Attributes |
| Name | Required | Request-time | Type | Description |
| name | true | true | java.lang.String | The name of the custom-scoped bean |
| fromScope | false | true | java.lang.String | The custom scope from which the bean will be copied. If not specified, the bean will be searched among all configured scopes. |
| toName | false | true | java.lang.String | The destination name of the bean in the new scope. If not specified, the original name will be used. |
| toScope | false | true | java.lang.String | The destination "classic" scope. If it is not specified, "page" scope will be used. |