Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Behavior and property files

$
0
0
Hi,

I would like to build a self-contained Behavior including some translations (property files).
All I can think of is doing something like this within the behavior class:

@Override
public void bind(Component c) {
c.getString(„key“);

Unfortunately this is anything but a self-contained behavior. Does anyone has a better idea to solve my problem?

Cheers,
Chris

Viewing all articles
Browse latest Browse all 5648

Trending Articles