Rev 209 | Rev 245 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 209 | Rev 242 | ||
|---|---|---|---|
| Line 14... | Line 14... | ||
| 14 | * limitations under the License.
|
14 | * limitations under the License.
|
| 15 | */
|
15 | */
|
| 16 | package br.com.ec.controller; |
16 | package br.com.ec.controller; |
| 17 | 17 | ||
| 18 | import java.io.Serializable; |
18 | import java.io.Serializable; |
| - | 19 | ||
| - | 20 | import javax.inject.Named; |
|
| 19 | 21 | ||
| 20 | import org.springframework.context.annotation.Scope; |
22 | import org.springframework.context.annotation.Scope; |
| 21 | import org.springframework.stereotype.Controller; |
- | |
| 22 | 23 | ||
| 23 | @Controller |
- | |
| - | 24 | @Named |
|
| 24 | @Scope("session") |
25 | @Scope("session") |
| 25 | public class GuestPreferences implements Serializable { |
26 | public class GuestPreferences implements Serializable { |
| 26 | 27 | ||
| 27 | private String inputStyleClass = ""; |
28 | private String inputStyleClass = ""; |
| 28 | private String topbarTheme = "light"; |
29 | private String topbarTheme = "light"; |